|  |  |  | 
|---|
|  |  |  | "quickapp" : {}, | 
|---|
|  |  |  | /* 快应用特有相关 */ | 
|---|
|  |  |  | "mp-weixin" : { | 
|---|
|  |  |  | "appid" : "wx1441324401626290", | 
|---|
|  |  |  | "appid" : "wx6d0ecc4e18710458", | 
|---|
|  |  |  | "setting" : { | 
|---|
|  |  |  | "urlCheck" : false, | 
|---|
|  |  |  | "es6" : true, | 
|---|
|  |  |  | 
|---|
|  |  |  | <view class="right-icon"> | 
|---|
|  |  |  | <uni-icons type="right"></uni-icons> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- <view class="user-util m-t-12 flex" @click="goto('/sub_pages/partner/delivery/delivery-detail',true)"> | 
|---|
|  |  |  | <view class="title">debug</view> | 
|---|
|  |  |  | <view class="right-icon"> | 
|---|
|  |  |  | <uni-icons type="right"></uni-icons> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> --> | 
|---|
|  |  |  | <view class="user-util m-t-12 flex" v-if="currentInfo&¤tInfo.id" | 
|---|
|  |  |  | @click="goto('/pages/user/user-bind-wx/user-bind-wx',true)"> | 
|---|
|  |  |  | <view class="title">绑定当前微信</view> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | async onLoad(options) { | 
|---|
|  |  |  | this.id = options.id || '' | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // this.form.status='reduce' | 
|---|
|  |  |  | // this.$refs.popup_form.open() | 
|---|
|  |  |  | this.$http.request('get', '/api/code/value', { | 
|---|
|  |  |  | params: { | 
|---|
|  |  |  | type: 'FLOWER_LEVEL' | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (this.form.deductAmount) { | 
|---|
|  |  |  | if ((parseInt(this.form.deductAmount * 100) / 100) != this.form.deductAmount) { | 
|---|
|  |  |  | this.$message.showToast('扣款金额至多2位小数') | 
|---|
|  |  |  | this.$message.showToast('扣款金额最多2位小数字') | 
|---|
|  |  |  | return | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|