|
@@ -407,7 +407,7 @@ export default {
|
|
|
goMore(){
|
|
goMore(){
|
|
|
let that = this
|
|
let that = this
|
|
|
uni.showActionSheet({
|
|
uni.showActionSheet({
|
|
|
- itemList: ['已屏蔽商家', '改进建议','开关商城','申请批发店系统','修改密码','退出登录'],
|
|
|
|
|
|
|
+ itemList: ['已屏蔽商家', '改进建议','开关商城','也要一个此商城','修改密码','退出登录'],
|
|
|
success: function (res) {
|
|
success: function (res) {
|
|
|
if(res.tapIndex == 0){
|
|
if(res.tapIndex == 0){
|
|
|
that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
@@ -446,17 +446,19 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
openPfShop(){
|
|
openPfShop(){
|
|
|
- this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日内与您电话联系'},() => {
|
|
|
|
|
- openPfFn().then(res=>{
|
|
|
|
|
- if(res.code == 1){
|
|
|
|
|
- this.$msg(res.msg)
|
|
|
|
|
|
|
+ let that = this
|
|
|
|
|
+ that.$util.confirmModal({content:'请添加客服微信申请:15280215347',okText:'复制微信'},() => {
|
|
|
|
|
+ uni.setClipboardData({
|
|
|
|
|
+ data: '15280215347',
|
|
|
|
|
+ success: function() {
|
|
|
|
|
+ that.$msg("复制成功")
|
|
|
}
|
|
}
|
|
|
- })
|
|
|
|
|
|
|
+ })
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
suggest(){
|
|
suggest(){
|
|
|
let that = this
|
|
let that = this
|
|
|
- that.$util.confirmModal({content:'请添加技术人员微信反馈',okText:'复制微信'},() => {
|
|
|
|
|
|
|
+ that.$util.confirmModal({content:'请添加技术人员微信反馈:15280215347',okText:'复制微信'},() => {
|
|
|
uni.setClipboardData({
|
|
uni.setClipboardData({
|
|
|
data: '15280215347',
|
|
data: '15280215347',
|
|
|
success: function() {
|
|
success: function() {
|