添加版本检查代码, 流程管理页面空数据处理
This commit is contained in:
@@ -32,6 +32,14 @@ Page({
|
||||
encodeURIComponent('https://docs.qq.com/aio/DS2NCRFFseG9Ma3Ja?p=7umJTJ6bznQtaBK2RSLmPD'),
|
||||
});
|
||||
},
|
||||
txOfficialAccount() {
|
||||
wx.openOfficialAccountChat({
|
||||
username: 'gh_bc65d0d9f0a0',
|
||||
fail: (res) => {
|
||||
console.log(res);
|
||||
},
|
||||
});
|
||||
},
|
||||
handleLogin(e: any) {
|
||||
this.setData({ isLogin: e.detail });
|
||||
if (e.detail) {
|
||||
|
||||
@@ -39,5 +39,6 @@
|
||||
</t-cell-group>
|
||||
<t-cell title="退出登录" bind:tap="loginOut" hover bordered arrow />
|
||||
<t-cell title="版本" note="{{version}}" hover bind:tap="txDoc" bordered arrow />
|
||||
<t-cell title="易宝赞普惠服务" note="留言反馈" hover bind:tap="txOfficialAccount" bordered arrow />
|
||||
</page-plugin>
|
||||
<tab-bar-plugin active="my" />
|
||||
Reference in New Issue
Block a user