.gitignore
@@ -10,3 +10,5 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* unpackage/ admin/src/components/business/OperaCategoryWindow.vue
@@ -44,6 +44,9 @@ <el-form-item label="æåºç " prop="sortnum"> <el-input v-model="form.sortnum" placeholder="请è¾å ¥æåºç " v-trim/> </el-form-item> <el-form-item label="æè¿°" prop="remark"> <el-input v-model="form.remark" placeholder="请è¾å ¥æè¿°" v-trim/> </el-form-item> </el-form> </GlobalWindow> </template> @@ -70,6 +73,7 @@ name: '', type: null, detail:null, remark: null, detailList: [''], icon: '', iconFull: '', admin/src/views/business/categoryCar.vue
@@ -55,6 +55,7 @@ </el-switch> </template> </el-table-column> <el-table-column prop="remark" label="æè¿°" min-width="100px"></el-table-column> <el-table-column prop="sortnum" label="æåºç " min-width="100px"></el-table-column> <el-table-column prop="updateUserName" label="æä½äºº" min-width="100px"></el-table-column> <el-table-column prop="updateTime" label="æè¿æä½æ¶é´" min-width="150px"></el-table-column> small-program/pages/certification-results/certification-results.vue
@@ -59,9 +59,54 @@ export default { data() { return { }; title: 'ç¨æ·è®¤è¯ç³è¯·è¯¦æ ', flag: null, loading:false, form: { "companyName": "", authType:0, "img1": "", "img2": "", "img11": "", "img21": "", "img3": "", "img4": "", "img1Full": "", "img2Full": "", "img11Full": "", "img21Full": "", "img3Full": "", "img4Full": "", "location": "", "lat": null, "lgt": null, "linkName": "", "location": "", "telephone": "", "type": 1 } }; }, onLoad(options) { console.log(options) var flag = options.flag this.flag = flag this.initFormData() switch(flag){ case '1': this.title = 'è´§è¿è®¤è¯ç³è¯·è¯¦æ ' break; case '2': this.title = 'ä¾é¤è®¤è¯ç³è¯·è¯¦æ ' break; default: this.title = 'ç¨å·¥è®¤è¯ç³è¯·è¯¦æ ' break; } uni.setNavigationBarTitle({ title:this.title }) }, } </script> small-program/pages/employment-certification/employment-certification.vue
@@ -2,7 +2,7 @@ <view class="box"> <view class="box-head" :style="{ backgroundImage: 'url(' + bgImg + ')' }"> <view class="box-head-info"> <text>ç¨å·¥è®¤è¯</text> <text>{{title}}</text> <text>请æè¦æ±å¡«å认è¯ä¿¡æ¯</text> </view> <view class="box-head-content"> @@ -12,8 +12,8 @@ <text>*</text> </view> <view class="item-cate"> <view class="item-cate-row active">个人</view> <view class="item-cate-row">ä¼ä¸</view> <view :class="'item-cate-row '+ (!isCompany?'active':'')" @click="changeIsCompany">个人</view> <view :class="'item-cate-row '+(isCompany?'active':'')" @click="changeIsCompany">ä¼ä¸</view> </view> </view> <view class="item"> @@ -22,16 +22,16 @@ <text>*</text> </view> <view class="item-val"> <input type="text" placeholder="请è¾å ¥çå®å§å" /> <input type="text" v-model="form.linkName" placeholder="请è¾å ¥çå®å§å" /> </view> </view> <view class="item"> <view class="item" v-if="isCompany"> <view class="item-label"> <text>åä½åç§°</text> <text>*</text> </view> <view class="item-val"> <input type="text" placeholder="请è¾å ¥åä½åç§°" /> <input type="text" v-model="form.companyName" placeholder="请è¾å ¥åä½åç§°" /> </view> </view> <view class="item"> @@ -40,74 +40,444 @@ <text>*</text> </view> <view class="item-val"> <text>ç¹å»è·å</text> <button open-type="getPhoneNumber">è·åææºå·</button> <input type="text" v-model="form.telephone" placeholder="请è¾å ¥åä½åç§°" /> </view> </view> <view class="item"> <view class="item" @click="chooseMPLoaction"> <view class="item-label"> <text>æ¥åä½ç½®</text> <text>*</text> </view> <view class="item-val"> <text>è¯·éæ©</text> <text>{{form.location || 'å»éæ©'}}</text> <u-icon name="arrow-right" color="#111111" size="18"></u-icon> </view> </view> <view class="item"> <view class="item" v-if="!isCompany"> <view class="item-label"> <text>身份è¯ä¿¡æ¯</text> <text>*</text> </view> <view class="item-upload"> <view class="item-upload-item"> <image src="/static/image/btn_renxiang@2x.png" mode="widthFix"></image> <view class="item-upload-item" @click="uploadImg(11)"> <image v-if="form.img11Full && form.img11Full !=''" :src="form.img11Full" mode="widthFix"></image> <image v-else src="/static/image/btn_renxiang@2x.png" mode="widthFix"></image> </view> <view class="item-upload-item"> <image src="/static/image/btn_guohui@2x.png" mode="widthFix"></image> <view class="item-upload-item" @click="uploadImg(21)"> <image v-if="form.img21Full && form.img21Full !=''" :src="form.img21Full" mode="widthFix"></image> <image v-else src="/static/image/btn_guohui@2x.png" mode="widthFix"></image> </view> </view> </view> <view class="item"> <view class="item" v-if="isCompany"> <view class="item-label"> <text>认è¯èµæ</text> <text>*</text> </view> <view class="item-upload"> <view class="item-upload-item1"> <view class="item-upload" v-if="flag==0"> <view class="item-upload-item1" @click="uploadImg(1)"> <view class="image"> <image src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <image v-if="form.img1Full && form.img1Full !=''" :src=" form.img1Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>è¥ä¸æ§ç §</text> <text>1.è¥ä¸æ§ç §</text> <text>*</text> </view> </view> <view class="item-upload-item1"> <view class="item-upload-item1" @click="uploadImg(2)"> <view class="image"> <image src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <image v-if="form.img2Full && form.img2Full !=''" :src=" form.img2Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>å ¶å®è®¤è¯èµæ</text> <text>2.å ¶å®è®¤è¯èµæ</text> </view> </view> </view> <view class="item-upload" v-if="flag==1"> <view class="item-upload-item1" @click="uploadImg(1)"> <view class="image"> <image v-if="form.img1Full && form.img1Full !=''" :src=" form.img1Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>1.è¥ä¸æ§ç §</text> <text>*</text> </view> </view> <view class="item-upload-item1" @click="uploadImg(2)"> <view class="image"> <image v-if="form.img2Full && form.img2Full !=''" :src=" form.img2Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>2.éè·¯è¿è¾ç»è¥è®¸å¯è¯</text> <text>*</text> </view> </view> <view class="item-upload-item1" @click="uploadImg(3)"> <view class="image"> <image v-if="form.img3Full && form.img3Full !=''" :src=" form.img3Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>3.å ¶å®è®¤è¯èµæ</text> </view> </view> </view> <view class="item-upload" v-if="flag==2"> <view class="item-upload-item1" @click="uploadImg(1)"> <view class="image"> <image v-if="form.img1Full && form.img1Full !=''" :src=" form.img1Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>1.è¥ä¸æ§ç §</text> <text>*</text> </view> </view> <view class="item-upload-item1" @click="uploadImg(2)"> <view class="image"> <image v-if="form.img2Full && form.img2Full !=''" :src=" form.img2Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>2.é£åç»è¥è®¸å¯è¯</text> <text>*</text> </view> </view> <view class="item-upload-item1" @click="uploadImg(3)"> <view class="image"> <image v-if="form.img3Full && form.img3Full !=''" :src=" form.img3Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>3.ä»ä¸äººåå¥åº·è¯</text> <text>*</text> </view> </view> <view class="item-upload-item1" @click="uploadImg(4)"> <view class="image"> <image v-if="form.img4Full && form.img4Full !=''" :src=" form.img4Full" mode="widthFix"></image> <image v-else src="/static/icon/ic_camera@2x.png" mode="widthFix"></image> <text>ç¹å»ä¸ä¼ </text> </view> <view class="info"> <text>4.å ¶å®è®¤è¯èµæ</text> </view> </view> </view> </view> </view> <view class="box-head-botton">æäº¤è®¤è¯</view> <view class="box-head-botton" @click="applySubmit">æäº¤è®¤è¯</view> <view style="width: 100%; height: calc(30rpx + env(safe-area-inset-bottom));"></view> </view> </view> </template> <script> import { mapState } from 'vuex' export default { computed: { ...mapState( ['userInfo']) }, data() { return { bgImg: require('@/static/image/bg_renzheng_yonggong@2x.png') bgImg: require('@/static/image/bg_renzheng_yonggong@2x.png'), title: 'ç¨æ·è®¤è¯', flag: null, isCompany:false, loading:false, form: { "companyName": "", authType:0, "img1": "", "img2": "", "img11": "", "img21": "", "img3": "", "img4": "", "img1Full": "", "img2Full": "", "img11Full": "", "img21Full": "", "img3Full": "", "img4Full": "", "location": "", "lat": null, "lgt": null, "linkName": "", "location": "", "telephone": "", "type": 1 } }; }, onLoad(options) { console.log(options) var flag = options.flag this.flag = flag this.initFormData() switch(flag){ case '1': this.title = 'è´§è¿è®¤è¯' this.bgImg = require('@/static/image/bg_renzheng_huoyun@2x.png') break; case '2': this.title = 'ä¾é¤è®¤è¯' this.bgImg = require('@/static/image/bg_renzheng_gongcan@2x.png') break; default: this.bgImg = require('@/static/image/bg_renzheng_yonggong@2x.png'), this.title = 'ç¨å·¥è®¤è¯' break; } uni.setNavigationBarTitle({ title:this.title }) }, methods:{ changeIsCompany(){ this.isCompany =!this.isCompany this.form.authType = this.isCompany?1:0 }, inNullParam(param){ if(!param){ return true } if(param == ''){ return true } return false }, applySubmit() { if(this.loading){ return } console.log('表ååæ°ï¼',this.form) this.loading =true if(this.inNullParam(this.form.linkName) ||this.inNullParam(this.form.lat) ||this.inNullParam(this.form.lgt) ||this.inNullParam(this.form.location) ||this.inNullParam(this.form.telephone)){ uni.showToast({title: '对ä¸èµ·ï¼è¯·æè¦æ±å¡«åç³è¯·ä¿¡æ¯1ï¼',icon: "none",duration: 2000}); this.loading =false return } if( this.form.authType == 0){ if(this.inNullParam(this.form.img11)||this.inNullParam(this.form.img21)){ uni.showToast({title: '对ä¸èµ·ï¼è¯·æè¦æ±å¡«åç³è¯·ä¿¡æ¯3ï¼',icon: "none",duration: 2000}); this.loading =false return } }else{ if(this.inNullParam(this.form.img1) || this.inNullParam(this.form.companyName)){ uni.showToast({title: '对ä¸èµ·ï¼è¯·æè¦æ±å¡«åç³è¯·ä¿¡æ¯4ï¼',icon: "none",duration: 2000}); this.loading =false return } } if(this.form.type != 0 && this.form.authType == 1 && this.inNullParam(this.form.img2)){ uni.showToast({title: '对ä¸èµ·ï¼è¯·æè¦æ±å¡«åç³è¯·ä¿¡æ¯ï¼',icon: "none",duration: 2000}); this.loading =false return } if(this.form.type == 1 && this.form.authType == 1 && this.inNullParam(this.form.img2)){ uni.showToast({title: '对ä¸èµ·ï¼è¯·æè¦æ±å¡«åç³è¯·ä¿¡æ¯5ï¼',icon: "none",duration: 2000}); this.loading =false return } var that = this var param =this.form; if(this.form.authType == 0){ param.img1 = this.form.img11, param.img2 = this.form.img21 } console.log('æäº¤åæ°ï¼',param) this.$u.api.applyForIdentity(param).then(res =>{ if(res.code ===200){ uni.showToast({ title: res.message||'ç³è¯·æå ', icon: "none", duration: 2000 }); uni.navigateBack({ delta: 1 }); } }).finally(()=>{ that.loading =false }) } , chooseMPLoaction(){ var that =this uni.chooseLocation({ success:(res)=> { console.log(res); this.form.location=res.address this.form.lat=res.latitude this.form.lgt=res.longitude }, fail:()=>{ // 妿ç¨uni.chooseLocation没æè·åå°å°çä½ç½®ï¼åéè¦è·åå½åçææä¿¡æ¯ï¼å¤ææ¯å¦æå°çææä¿¡æ¯ uni.getSetting({ success: (res) => { console.log(res); var status = res.authSetting; if(!status['scope.userLocation']){ // 妿ææä¿¡æ¯ä¸æ²¡æå°çä½ç½®çææï¼åéè¦å¼¹çªæç¤ºç¨æ·éè¦ææå°çä¿¡æ¯ uni.showModal({ title:"æ¯å¦ææå½åä½ç½®", content:"éè¦è·åæ¨çå°çä½ç½®ï¼è¯·ç¡®è®¤ææï¼å¦åå°å¾åè½å°æ æ³ä½¿ç¨", success:(tip)=>{ if(tip.confirm){ // å¦æç¨æ·åæææå°çä¿¡æ¯ï¼åæå¼ææè®¾ç½®é¡µé¢ï¼å¤æç¨æ·çæä½ uni.openSetting({ success:(data)=>{ // å¦æç¨æ·ææäºå°çä¿¡æ¯å¨ï¼åæç¤ºæææå if(data.authSetting['scope.userLocation']===true){ uni.showToast({ title:"æææå", icon:"success", duration:1000 }) // æææååï¼ç¶å忬¡chooseLocationè·åä¿¡æ¯ uni.chooseLocation({ success: (res) => { console.log("详ç»å°å",res); // this.getRegionFn(res); } }) }else{ uni.showToast({ title:"ææå¤±è´¥", icon:"none", duration:1000 }) } } }) } } }) } }, fail: (res) => { uni.showToast({ title:"è°ç¨ææçªå£å¤±è´¥", icon:"none", duration:1000 }) } }) } }) }, uploadImg(index){ var that =this uni.chooseImage({ count: 1, // é»è®¤9 sizeType: ['original', 'compressed'], sourceType: ['album','camera'],//['album','camera'], mediaType: ['image'],//['image', 'video'], success: function (res1) { const tempFiles = res1.tempFiles //å å«å¾ç大å°çæ°ç» if (tempFiles[0].size > 20*1024*1024) { uni.showToast({ title: 'ä¸ä¼ å¾çä¸è½å¤§äº20M!', duration: 2000, icon: "none" }); return } uni.uploadFile({ url: that.$baseUrl + 'web/public/upload', filePath: res1.tempFilePaths[0], name: 'file', formData: { 'folder': 'identity', 'flag':index }, success:(data)=>{ uni.showToast({ title: 'ä¸ä¼ æå', duration: 2000, icon: "none" }); const res = JSON.parse(data.data) console.log(res) if(res.data.flag == '11'){ that.form.img11=res.data.imgaddr that.form.img11Full=res.data.url }else if(res.data.flag == '21'){ that.form.img21=res.data.imgaddr that.form.img21Full=res.data.url console.log(21,that.form.img21Full) }else if(res.data.flag == '1'){ that.form.img1=res.data.imgaddr that.form.img1Full=res.data.url }else if(res.data.flag == '2'){ that.form.img2=res.data.imgaddr that.form.img2Full=res.data.url }else if(res.data.flag == '3'){ that.form.img3=res.data.imgaddr that.form.img3Full=res.data.url }else if(res.data.flag == '4'){ that.form.img4=res.data.imgaddr that.form.img4Full=res.data.url } }, fail:(e)=>{ uni.showToast({ title: 'ä¸ä¼ 失败', duration: 2000, icon: "none" }); } }) }, fail:function(err){ hideLoading() reject("éæ©æä»¶å¤±è´¥",err) } }) }, initFormData(){ this.form = { "companyName": "", authType:0, "img1": "", "img2": "", "img11": "", "img21": "", "img3": "", "img4": "", "img1Full": "", "img2Full": "", "img11Full": "", "img21Full": "", "img3Full": "", "img4Full": "", "location": "", "lat": null, "lgt": null, "linkName": this.userInfo.name, "location": "", "telephone": this.userInfo.telephone, "type": this.flag } } } } </script> @@ -223,18 +593,27 @@ flex-wrap: wrap; .item-upload-item { width: 300rpx; border-radius: 10px; height: 196rpx; display: flex; align-items: center; justify-content: content; overflow: hidden; border:1px solid #c2c2c2; image { width: 100%; height: 100%; } } .item-upload-item1 { width: 300rpx; width: 45%; padding-bottom: 40px; border-radius: 10px; .image { width: 100%; height: 196rpx; background: #F7F7F7; border:1px solid #c2c2c2; border-radius: 16rpx; display: flex; align-items: center; small-program/pages/login/login.vue
@@ -9,7 +9,7 @@ <view class="box-footer"> <image src="/static/icon/ic_notagree@2x.png" mode="widthFix" v-if="!agree" @click="agreeDo"></image> <image src="/static/icon/ic_agree@2x.png" mode="widthFix" v-if="agree" @click="agreeDo"></image> <text @click="agreeDo">æå·²é 读并åæ<text @click="jumpService(4)">ãç¨æ·åè®®ã</text>ï¼<text @click="jumpService(5)"> ãéç§åè®®æ¿çã</text></text> <text @click="agreeDo">æå·²é 读并åæ<text class="bluetxt" @click="jumpService(4)">ãç¨æ·åè®®ã</text>ï¼<text class="bluetxt" @click="jumpService(5)"> ãéç§åè®®æ¿çã</text></text> </view> </view> </template> @@ -27,7 +27,7 @@ methods: { jumpService(flag) { uni.navigateTo({ url: '/pages/withdrawal/withdrawal' url: '/pages/rich-text-page/rich-text-page?flag='+flag }) }, agreeDo(){ @@ -113,4 +113,7 @@ } } } .bluetxt{ color: royalblue !important; } </style> small-program/pages/mine/mine.vue
@@ -97,21 +97,30 @@ <view class="list-hz-item" @click="jump(2)"> <text>工人èµé±</text> <view class="list-hz-item-r"> <text>坿¥ç¨å·¥è®¢å</text> <text v-if="userInfo.workerIdentity === 2">已认è¯</text> <text class="bluetxt" v-else-if="userInfo.workerIdentity === 1">认è¯ä¸</text> <text class="redtxt" v-else-if="userInfo.workerIdentity === 3">认è¯å¤±è´¥</text> <text v-else>坿¥ç¨å·¥è®¢å</text> <u-icon name="arrow-right" color="#111111" size="18"></u-icon> </view> </view> <view class="list-hz-item" @click="jump(3)"> <text>叿ºèµé±</text> <view class="list-hz-item-r"> <text>坿¥ç¨å·¥è®¢å</text> <text v-if="userInfo.driverIdentity === 2">已认è¯</text> <text class="bluetxt" v-else-if="userInfo.driverIdentity === 1">认è¯ä¸</text> <text class="redtxt" v-else-if="userInfo.driverIdentity === 3">认è¯å¤±è´¥</text> <text v-else>坿¥è¿è´§è®¢å</text> <u-icon name="arrow-right" color="#111111" size="18"></u-icon> </view> </view> <view class="list-hz-item" @click="jump(4)"> <text>æè½ä¾é¤</text> <view class="list-hz-item-r"> <text>坿¥ç¨å·¥è®¢å</text> <text v-if="userInfo.chefIdentity === 2">已认è¯</text> <text class="bluetxt" v-else-if="userInfo.chefIdentity === 1">认è¯ä¸</text> <text class="redtxt" v-else-if="userInfo.chefIdentity === 3">认è¯å¤±è´¥</text> <text v-else>坿¥ç¨é¤è®¢å</text> <u-icon name="arrow-right" color="#111111" size="18"></u-icon> </view> </view> @@ -146,6 +155,7 @@ this.isLogin=false this.autoReceiveStatus=false; this.useIdentity =0 if(this.token &&this.token!='' && this.userInfo && JSON.stringify(this.userInfo) != '{}'){ this.isLogin=true this.getUserInfo() @@ -169,7 +179,7 @@ }, jumpService(flag) { uni.navigateTo({ url: '/pages/withdrawal/withdrawal' url: '/pages/rich-text-page/rich-text-page?flag='+flag }) }, jump(type) { @@ -180,30 +190,52 @@ }) break; case 2: if(!this.userInfo.workerIdentity ||this.userInfo.workerIdentity ==0){ uni.navigateTo({ url: '/pages/employment-certification/employment-certification' url: '/pages/employment-certification/employment-certification?flag=0' }) }else{ uni.navigateTo({ url: '/pages/certification-results/certification-results?flag=0' }) } break; break; case 3: if(!this.userInfo.driverIdentity ||this.userInfo.driverIdentity ==0){ uni.navigateTo({ url: '/pages/freight-certification/freight-certification' url: '/pages/employment-certification/employment-certification?flag=1' }) }else{ uni.navigateTo({ url: '/pages/certification-results/certification-results?flag=1' }) } break; case 4: if(!this.userInfo.chefIdentity ||this.userInfo.chefIdentity ==0){ uni.navigateTo({ url: '/pages/catering-certification/catering-certification' url: '/pages/employment-certification/employment-certification?flag=2' }) }else{ uni.navigateTo({ url: '/pages/certification-results/certification-results?flag=2' }) } break; case 5: uni.navigateTo({ url: '/pages/login/login' }) break; case 6: uni.navigateTo({ url: '/pages/withdrawal/withdrawal' }) break; case 7: uni.navigateTo({ url: '/pages/certification-results/certification-results' }) break; } @@ -268,6 +300,7 @@ .list { width: 100%; padding: 0 30rpx; padding-bottom: 30px; box-sizing: border-box; .list-hz { width: 100%; @@ -532,6 +565,10 @@ color: #5BBE38; margin-top: 80rpx; border: 1rpx solid #15CF52; bottom: 50px; } .bluetxt{ color:blue !important ; } .redtxt{ color:#FF0000 !important ; small-program/pages/rich-text-page/rich-text-page.vue
@@ -3,16 +3,65 @@ <u-parse :content="content"></u-parse> </view> </template> <script> export default { data() { return { flag:1, title:'', content: '' }; }, onLoad(options) { console.log(options) var flag = options.flag this.flag = flag this.content ='' switch(flag){ case '1': this.title = 'æå¡ä»ç»' break; case '2': this.title = 'æ¶è´¹æ å' break; case '3': this.title = 'å ³äºæä»¬' break; case '4': this.title = 'ç¨æ·åè®®' break; case '5': this.title = 'éç§åè®®æ¿ç' break; default: this.flag= 3 this.title = 'å ³äºæä»¬' break; } uni.setNavigationBarTitle({ title:this.title }) this.getContnet() }, methods:{ getContnet() { var that = this; this.$u.api.getPlatformAboutUs({}).then(res =>{ if (res&&res.code ===200) { if(this.flag == 1){ that.content = res.data.serverIntroduce||'' }else if(this.flag == 2){ that.content = res.data.feeStandards||'' } else if(this.flag == 4){ that.content = res.data.userAgreement||'' } else if(this.flag == 5){ that.content = res.data.privacyAgreement||'' } else{ that.content = res.data.aboutUs||'' } } }) }, } } </script> small-program/pages/set-up/set-up.vue
@@ -20,6 +20,12 @@ <input type="text" v-model='name' placeholder="请è¾å ¥" /> </view> </view> <view class="setup-list-item"> <view class="label">ç»å®ææºå·</view> <view class="val"> {{userInfo.telephone}} </view> </view> </view> <view class="setup-sub" @click="updateMemberInfo">ä¿å</view> </view> small-program/unpackage/dist/dev/.automator/mp-weixin/.automator.json
small-program/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/components/city-select/city-select.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/components/pageHeader.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/components/sunui-mverify/sunui-mverify.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/components/t-city.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-calendar/header.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-calendar/month.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-calendar/u-calendar.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-line/u-line.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-modal/u-modal.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-parse/node/node.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-parse/u-parse.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-rate/u-rate.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/balance-details/balance-details.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/catering-certification/catering-certification.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/certification-results/certification-results.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/certification-successful/certification-successful.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/demand-hall/demand-hall.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/employment-certification/employment-certification.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/freight-certification/freight-certification.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/freight-order/freight-order.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/freight/freight.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/mine/mine.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/order-details/order-details.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/order-food/order-food.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/packaging-worker/packaging-worker.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/rich-text-page/rich-text-page.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/seleCity/seleCity.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/set-up/set-up.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/sorting/sorting.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/success/success.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/using-workers/using-workers.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/withdrawal-successful/withdrawal-successful.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/pages/withdrawal/withdrawal.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/wo-slider/components/wo-slider/wo-slider.js.map
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/app.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/app.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/app.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/common/main.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/common/main.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/common/runtime.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/common/vendor.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/components/t-index-address/components/t-index-address/t-index-address.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--textarea/u--textarea.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/header.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/header.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/header.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/header.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/month.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/month.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/month.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/month.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/u-calendar.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/u-calendar.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/u-calendar.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-calendar/u-calendar.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-modal/u-modal.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-modal/u-modal.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-modal/u-modal.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-modal/u-modal.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/node/node.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/node/node.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/node/node.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/node/node.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/u-parse.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/u-parse.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/u-parse.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-parse/u-parse.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-picker/u-picker.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-rate/u-rate.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-rate/u-rate.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-rate/u-rate.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-rate/u-rate.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-textarea/u-textarea.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toolbar/u-toolbar.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/balance-details/balance-details.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/balance-details/balance-details.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/balance-details/balance-details.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/balance-details/balance-details.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/catering-certification/catering-certification.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/catering-certification/catering-certification.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/catering-certification/catering-certification.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/catering-certification/catering-certification.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-results/certification-results.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-results/certification-results.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-results/certification-results.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-results/certification-results.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-successful/certification-successful.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-successful/certification-successful.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-successful/certification-successful.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/certification-successful/certification-successful.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/demand-hall/demand-hall.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/demand-hall/demand-hall.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/demand-hall/demand-hall.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/demand-hall/demand-hall.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/employment-certification/employment-certification.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/employment-certification/employment-certification.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/employment-certification/employment-certification.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/employment-certification/employment-certification.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-certification/freight-certification.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-certification/freight-certification.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-certification/freight-certification.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-certification/freight-certification.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-order/freight-order.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-order/freight-order.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-order/freight-order.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight-order/freight-order.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/index/index.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/index/index.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/login/login.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/login/login.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/login/login.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/login/login.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-details/order-details.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-details/order-details.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-details/order-details.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-details/order-details.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-food/order-food.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-food/order-food.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-food/order-food.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/order-food/order-food.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/packaging-worker/packaging-worker.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/rich-text-page/rich-text-page.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/rich-text-page/rich-text-page.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/rich-text-page/rich-text-page.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/rich-text-page/rich-text-page.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/seleCity/seleCity.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/seleCity/seleCity.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/seleCity/seleCity.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/seleCity/seleCity.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/sorting/sorting.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/sorting/sorting.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/sorting/sorting.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/sorting/sorting.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/success/success.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/success/success.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/success/success.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/success/success.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/using-workers/using-workers.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/using-workers/using-workers.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/using-workers/using-workers.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/using-workers/using-workers.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal-successful/withdrawal-successful.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal-successful/withdrawal-successful.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal-successful/withdrawal-successful.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal-successful/withdrawal-successful.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal/withdrawal.js
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal/withdrawal.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal/withdrawal.wxml
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/pages/withdrawal/withdrawal.wxss
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/project.config.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/project.private.config.json
ÎļþÒÑɾ³ý small-program/unpackage/dist/dev/mp-weixin/static/icon/default_login@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/home_ar_next@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/home_ic_location@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_agree@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_call@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_camera@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_close@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_delete1@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_delete@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_fail@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_huakuai@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_jingguo@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_location@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_notagree@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_pass@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_pingjia@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_qidian@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_search@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_success@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_time@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_tip@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/ic_zhongdian@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_home_sel@2x (1).pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_home_sel@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_mine@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_mine_sel@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_order@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/nav_order_sel@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/order_ic_location@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/order_ic_time@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/icon/?@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/bg_green@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/bg_renzheng_gongcan@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/bg_renzheng_huoyun@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/bg_renzheng_yonggong@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/btn.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/btn_guohui@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/btn_renxiang@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/ic_sanlunche@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/ic_xiaohuoche@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/image/share@2x.pngBinary files differ
small-program/unpackage/dist/dev/mp-weixin/static/logo.pngBinary files differ
small-program/utils/http.api.js
@@ -26,16 +26,17 @@ let releaseCancelOrder = (params = {}) => vm.$u.http.get('web/orders/releaseCancelOrder', { params }); // åæ¶æ¥å - æ¥åæ¹ let release = (data = {}) => vm.$u.http.post('web/orders/release', data); // åå¸è®¢å - ååæ¹ let updOrderData = (data = {}) => vm.$u.http.post('web/orders/updOrderData', data); // ä¿®æ¹è®¢åæ¥æ - ååæ¹ let updateOrder = (data = {}) => vm.$u.http.post('web/orders/updateOrder', data); // ä¿®æ¹è®¢å - ååæ¹ let updateOrder = (data = {}) => vm.$u.http.post('web/orders/updateOrder', data); // ä¿®æ¹è®¢å - æ¥åæ¹ let getCategoryList = (params = {}) => vm.$u.http.get('web/orders/getCategoryList', { params }); // è·ååç±»å表 let logOff = (params = {}) => vm.$u.http.get('web/account/logOff', { params }); // éåºç»å½ let getPlatformAboutUs = (params = {}) => vm.$u.http.get('web/user/getPlatformAboutUs', { params }); // è·åç³»ç»é ç½® let getTotal = (data = {}) => vm.$u.http.post('web/orders/getTotal', data); // è·åé¢è®¡éé¢ï¼åï¼ let upload = (data = {}) => vm.$u.http.post('web/public/upload', data); // ä¸ä¼ vm.$u.api = { wxLogin, logOff, getPlatformAboutUs, wxAuthPhone, applyForIdentity, editMemberInfo,