cyl/master-0804
wangxia 4 months ago
parent fde0183e4c
commit 2b7cb72936

@ -356,7 +356,7 @@
</u-popup> </u-popup>
<view class="g_h_104" style="background-color: #ededed"></view> <view class="g_h_104" style="background-color: #ededed"></view>
<g-panel-fixed style="box-shadow: 0 -4px 12px #ededed"> <!-- <g-panel-fixed style="box-shadow: 0 -4px 12px #ededed">
<slot> <slot>
<view class="g_pl_20 g_pr_20 g_flex_row_center flex_center flex_nw" style="width: 100%"> <view class="g_pl_20 g_pr_20 g_flex_row_center flex_center flex_nw" style="width: 100%">
<view class="g_flex_1 g_flex_column_center"> <view class="g_flex_1 g_flex_column_center">
@ -366,7 +366,7 @@
</view> </view>
</view> </view>
</slot> </slot>
</g-panel-fixed> </g-panel-fixed> -->
<u-popup v-model="shareModal.isShow" mode="bottom" border-radius="16" height="600px" :mask-close-able="true"> <u-popup v-model="shareModal.isShow" mode="bottom" border-radius="16" height="600px" :mask-close-able="true">
<mainPanel :showBg="true" :rid="rid" :oid="oid" :active="1" :name="orderDetail.userName" :job="orderDetail.storeJobName" :recommendList="recommendList[0]" /> <mainPanel :showBg="true" :rid="rid" :oid="oid" :active="1" :name="orderDetail.userName" :job="orderDetail.storeJobName" :recommendList="recommendList[0]" />

@ -611,8 +611,10 @@ export default {
} }
} }
this.G.Get(this.api.bind_subscribeSubmit + "/" + that.uid, { agencyId: that.agencyInfo.id, agencyName: that.agencyInfo.fullName, source: _code, remark: " " }, (res) => { this.G.Get(this.api.bind_subscribeSubmit + "/" + that.uid, { agencyId: that.agencyInfo.id, agencyName: that.agencyInfo.fullName, source: _code, remark: " " }, (res) => {
this.getAgencyInfo().then(() => { that.getAgencyInfo().then(() => {
that.getAgencyById().then(() => {}); that.getAgencyById().then(() => {
that.G.checkToken();
});
}); });
uni.showToast({ uni.showToast({
title: "申请成功", title: "申请成功",

Loading…
Cancel
Save