This commit is contained in:
haomingming
2023-05-18 10:20:39 +08:00
parent fd6ae7f04d
commit bd97a69fb4
5 changed files with 20 additions and 9 deletions
+1
View File
@@ -13,6 +13,7 @@ Page({
onLoad(options) {
console.log(options.agreement_id)
console.log(this.data.static_host+"/basic/file/agreement.htm?id="+options.agreement_id)
this.setData({
src: this.data.static_host+"/basic/file/agreement.htm?id="+options.agreement_id
})
+1 -1
View File
@@ -199,7 +199,7 @@ Page({
onHide(){
// console.log("index onHide() onHide() ");
wx.offCopyUrl(this.Copylistener) // 需传入与监听时同一个的函数对象
// wx.offCopyUrl(this.Copylistener) // 需传入与监听时同一个的函数对象
if (typeof this.getTabBar === 'function' && this.getTabBar()) {
this.getTabBar().stopInterval()