@ -356,7 +356,7 @@
</u-popup>
<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>
<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">
@ -366,7 +366,7 @@
</view>
</slot>
</g-panel-fixed>
</g-panel-fixed> -->
<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]" />
@ -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.getAgencyInfo().then(() => {
that.getAgencyInfo().then(() => {
that.getAgencyById().then(() => {});
that.getAgencyById().then(() => {
that.G.checkToken();
});
uni.showToast({
title: "申请成功",