提交工作台和首页的更改
This commit is contained in:
@@ -144,15 +144,27 @@ Page({
|
||||
})
|
||||
},
|
||||
connect() {
|
||||
Dialog.alert({
|
||||
title: '提示',
|
||||
message: '将进入咨询客服页面',
|
||||
confirmButtonOpenType: "contact",
|
||||
showCancelButton: true,
|
||||
}).then(() => {
|
||||
// on close
|
||||
});
|
||||
|
||||
// Dialog.alert({
|
||||
// title: '提示',
|
||||
// message: '将进入咨询客服页面',
|
||||
// "confirm-button-open-type": "contact",
|
||||
// showCancelButton: true,
|
||||
// }).then(() => {
|
||||
// // on close
|
||||
// });
|
||||
this.setData({
|
||||
connectShow: true
|
||||
})
|
||||
},
|
||||
bindConnect() {
|
||||
this.setData({
|
||||
connectShow: false
|
||||
})
|
||||
},
|
||||
bindCancelConnect() {
|
||||
this.setData({
|
||||
connectShow: false
|
||||
})
|
||||
},
|
||||
jumpToFinance() {
|
||||
wx.navigateTo({
|
||||
|
Reference in New Issue
Block a user