优化
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user