|
|
@@ -337,7 +337,7 @@ export default {
|
|
|
goMore(){
|
|
|
let that = this
|
|
|
uni.showActionSheet({
|
|
|
- itemList: ['已屏蔽列表', '改进建议','开关商城','申请批发店'],
|
|
|
+ itemList: ['已屏蔽列表', '改进建议','开关商城','申请开批发店','修改密码'],
|
|
|
success: function (res) {
|
|
|
if(res.tapIndex == 0){
|
|
|
that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
|
@@ -351,11 +351,14 @@ export default {
|
|
|
if(res.tapIndex == 3){
|
|
|
that.openPfShop()
|
|
|
}
|
|
|
+ if(res.tapIndex == 4){
|
|
|
+ that.$util.pageTo({url:'/admin/shop/password'})
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
openPfShop(){
|
|
|
- this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日联系您'},() => {
|
|
|
+ this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日与您电话联系'},() => {
|
|
|
openPfFn().then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|