...
|
...
|
@@ -188,6 +188,11 @@ Page({ |
|
|
|
|
|
goProtocol: function () {
|
|
|
let url = `http://m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={\"action\":\"go.h5\",\"params\":{\"url\":\"https://activity.yoho.cn/feature/3189.html?title=买家协议\"}}`;
|
|
|
|
|
|
if (this.data.isStore) {
|
|
|
url = `http://m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={\"action\":\"go.h5\",\"params\":{\"url\":\"https://activity.yoho.cn/feature/4281.html?title=买家协议\"}}`;
|
|
|
|
|
|
}
|
|
|
router.goUrl(url);
|
|
|
},
|
|
|
}) |
...
|
...
|
|