Commit 7f87cfa7 by 谢中龙

修改彈出曾點擊時間

parent 342b986f
...@@ -141,10 +141,6 @@ ...@@ -141,10 +141,6 @@
"contactPlugin": { "contactPlugin": {
"version": "1.3.0", "version": "1.3.0",
"provider": "wx104a1a20c3f81ec2" "provider": "wx104a1a20c3f81ec2"
},
"live-player-plugin": {
"version": "1.0.7",
"provider": "wx2b03c6e691cd7370"
} }
}, },
"permission": { "permission": {
......
...@@ -80,8 +80,10 @@ Component({ ...@@ -80,8 +80,10 @@ Component({
// 父组件 更新 // 父组件 更新
const urls = getCurrentPages() const urls = getCurrentPages()
const currentPath = urls[0] const currentPath = urls[0]
// const currentPath = '/subPackage/page/pages/subPage/subPage'
const pageId = dialogInfo.link.url const pageId = dialogInfo.link.url
dialogInfo.link.newPath = `/${currentPath.route}` dialogInfo.link.newPath = `/${currentPath.route}`
dialogInfo.link.newPath = `/${currentPath.route}`
} }
} else if (dialogInfo.row) { } else if (dialogInfo.row) {
let newRow = JSON.parse(dialogInfo.row) let newRow = JSON.parse(dialogInfo.row)
......
...@@ -81,4 +81,4 @@ ...@@ -81,4 +81,4 @@
<exception wx:if="{{!apiIsOk}}" bind:reCall="onTapReCall"/> <exception wx:if="{{!apiIsOk}}" bind:reCall="onTapReCall"/>
<!-- 广告 --> <!-- 广告 -->
<ad-dialog pageInfo="{{pageInfo}}" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/> <ad-dialog pageInfo="{{pageInfo}}" bind:updatePage="updatePage" currentHasUserInfo="{{currentHasUserInfo}}" bind:getAuth="_getUserInfo"/>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment