|
|
@@ -851,7 +851,7 @@ export default {
|
|
|
goMore(){
|
|
|
let that = this
|
|
|
let shopkeeper = this.loginInfo.staff && this.loginInfo.staff.founder == 2 //判断店主(老板)
|
|
|
- let items = shopkeeper ? ['已删除商家', '改进建议', '开关商城', '也要一个此商城', '修改密码', '退出登录'] : ['已删除商家', '我已离职', '开关商城', '也要一个此商城', '修改密码', '退出登录'];
|
|
|
+ let items = shopkeeper ? ['已删除商家', '改进建议', '开关商城', '想要这样的商城', '修改密码', '退出登录'] : ['已删除商家', '我已离职', '开关商城', '想要这样的商城', '修改密码', '退出登录'];
|
|
|
uni.showActionSheet({
|
|
|
itemList: items,
|
|
|
success: function (res) {
|
|
|
@@ -898,26 +898,10 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
openPfShop(){
|
|
|
- let that = this
|
|
|
- that.$util.confirmModal({content:'请添加客服微信申请:15280215347',okText:'复制微信'},() => {
|
|
|
- uni.setClipboardData({
|
|
|
- data: '15280215347',
|
|
|
- success: function() {
|
|
|
- that.$msg("复制成功")
|
|
|
- }
|
|
|
- })
|
|
|
- })
|
|
|
+ this.pageTo({url: '/pagesPurchase/contact'})
|
|
|
},
|
|
|
suggest(){
|
|
|
- let that = this
|
|
|
- that.$util.confirmModal({content:'请添加客服微信反馈:15280215347',okText:'复制微信'},() => {
|
|
|
- uni.setClipboardData({
|
|
|
- data: '15280215347',
|
|
|
- success: function() {
|
|
|
- that.$msg("复制成功")
|
|
|
- }
|
|
|
- })
|
|
|
- })
|
|
|
+ this.pageTo({url: '/pagesPurchase/contact'})
|
|
|
},
|
|
|
bookItem(item){
|
|
|
const { id } = item
|