lsw 11 months ago
parent
commit
219790f112

+ 1 - 1
app/components/ocr/ocr.vue

@@ -137,7 +137,7 @@ export default {
 		border-radius: 5px;
 		overflow: hidden;
 		background-color: white;
-		height: 170px;
+		height: 185px;
 		image {
 			width: 100%;
 			margin: 0 auto;

+ 1 - 1
app/pages/statement/index/index.vue

@@ -53,7 +53,7 @@
 						<view class="icon tb" style="color: rgb(250, 83, 118)">&#xe604;</view>
 						<view class="con">
 							<view class="bt">进入结算</view>
-							<view class="zt">{{ !user.isCompany || user.isCompany == 0 ? '请签约' : '开始' }}</view>
+							<view class="zt">{{ !user.isCompany || user.isCompany == 0 ? '请关联企业和签约' : '开始' }}</view>
 						</view>
 						<view class="state">
 							<view class="go" :style="{ backgroundColor: user.isCompany > 0 && user.isContract == 1 ? '#5a7afc' : '#d6d6d6' }" v-if="!user.isCompany || user.isCompany == 0 || user.isContract == 0">进入</view>

+ 4 - 4
app/pages/statement/user/info.vue

@@ -6,19 +6,19 @@
 				<text>需要完善结算信息才能接包。</text>
 			</view>
 			<view class="form_group">
-				<view class="lable">手机号</view>
+				<view class="lable re">手机号</view>
 				<input type="text" v-model="item.phone" placeholder="请输入手机号" />
 			</view>
 			<view class="form_group">
-				<view class="lable">支付宝</view>
+				<view class="lable re">支付宝</view>
 				<input type="text" v-model="item.alipay" placeholder="请输入支付宝账号" />
 			</view>
 			<view class="form_group">
-				<view class="lable">开户行</view>
+				<view class="lable re">开户行</view>
 				<input type="text" v-model="item.bankName" placeholder="请输入开户行" />
 			</view>
 			<view class="form_group">
-				<view class="lable">银行卡号</view>
+				<view class="lable re">银行卡号</view>
 				<input type="text" v-model="item.bankAccount" placeholder="请输入银行卡号" />
 			</view>
 			<button class="btn" @click="save()">确定</button>