no message

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

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

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

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

@ -83,7 +83,7 @@
<i class="iconfont icon-plus"></i> <i class="iconfont icon-plus"></i>
</div> </div>
</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> </div>
<div class="g_h_40"></div> <div class="g_h_40"></div>

Loading…
Cancel
Save