no message

cyl/job_im
jscyl13849007907 2 weeks ago
parent 6393ffe55b
commit bd532b9283

@ -128,19 +128,24 @@ export default {
success: (res) => {
if (res.confirm) {
that.G.Post(that.api.order_checkMemberDel, { id: that.memberInfo.id }, (checkRes) => {
console.log('checkRes1', checkRes);
if (checkRes) {
that.G.handleConfirm({
title: "删除",
content: res,
success: (res) => {
if (res.confirm) {
console.log('checkRes2', checkRes);
uni.showModal({
title: "确认删除吗?",
content: checkRes,
success: (res1) => {
if (res1.confirm) {
that.subDel();
}
},
});
} else {
console.log('checkRes3', checkRes);
that.subDel();
}
}, (err) => {
console.log('err2', err);
});
}
},
@ -158,6 +163,8 @@ export default {
detail: 1,
});
}, 1500);
}, (err) => {
console.log('err', err);
});
},
changeName(e) {

@ -341,18 +341,18 @@ export default {
iconType: 1,
path: "/root/merchantManagement/watchedMe",
},
{
name: "温馨提示",
icon: "bell",
iconType: 1,
path: "/root/merchantManagement/bell?type=配置",
},
{
name: "通用设置",
icon: "setting",
iconType: 1,
path: "/root/merchantManagement/setting?type=配置",
},
// {
// name: "",
// icon: "bell",
// iconType: 1,
// path: "/root/merchantManagement/bell?type=",
// },
// {
// name: "",
// icon: "setting",
// iconType: 1,
// path: "/root/merchantManagement/setting?type=",
// },
];
},
getApplyNum() {

@ -14,7 +14,7 @@
<view class="g_bg_f g_pl_10 g_radius_8">
<u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input>
</view>
<view class="m-card">
<!-- <view class="m-card">
<view class="g_h_10"></view>
<view class="" hover-class="none" hover-stop-propagation="false">
<view class="g_p_10 g_flex_row_between flex_center g_bg_f g_radius_8 g_fs_16" hover-class="none"
@ -31,7 +31,7 @@
</view>
</view>
</view>
</view>
</view> -->
<view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 120px;">
<rh-button :primaryColor='primaryColor' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
:loading="isSubmit" size='new'

@ -83,7 +83,7 @@
<i class="iconfont icon-plus"></i>
</div>
</div>
<div class="g_flex_column_center" style="font-size: 17px;height: 40px;color: rgba(2, 122, 255, 1);">添加成员</div>
<div class="g_flex_column_center" style="font-size: 17px;height: 40px;color: rgba(2, 122, 255, 1);">添加成员...</div>
</div>
</div>
<div class="g_h_40"></div>

Loading…
Cancel
Save