Browse Source

成为骑手

ZZ 1 month ago
parent
commit
275f3ee5fd
1 changed files with 13 additions and 2 deletions
  1. 13 2
      mer_uniapp/pages/users/user_rider/index.vue

+ 13 - 2
mer_uniapp/pages/users/user_rider/index.vue

@@ -68,10 +68,10 @@
 				<view class="upload">
 					<view class='pictrue' v-for="(item,index) in pics" :key="index" :data-index="index" @click="getPhotoClickIdx">
 						<image :src='item'></image>
-						<text v-if="(isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus)" class='iconfont icon-guanbi1'
+						<text class='iconfont icon-guanbi1'
 						 @click.stop='DelPic(index)'></text>
 					</view>
-					<view class='pictrue acea-row row-center-wrapper row-column' @click='uploadpic' v-if="pics.length < 5 && ((isKey&&parseFloat(merchantData.auditStatus)>2) || (!isKey&&!merchantData.auditStatus))">
+					<view class='pictrue acea-row row-center-wrapper row-column' @click='uploadpic' v-if="pics.length < 5">
 						<text class='iconfont icon-icon25201'></text>
 						<view>上传凭证</view>
 					</view>
@@ -125,6 +125,17 @@
 				tagStyle: {
 					img: 'width:100%;display:block;'
 				},
+				merchantData: {
+					name: "",
+					realName: "",
+					phone: "",
+					captcha: '',
+					categoryId: 0,
+					handlingFee: '',
+					keywords: '',
+					qualificationPicture: '',
+					typeId: 0
+				},
 				pics: [],
 				checkbox1: true,
 				checkbox2: false,