Commit 4bc570d6 by 陈玉桐

add

parent 5adea02f
...@@ -111,9 +111,6 @@ export default { ...@@ -111,9 +111,6 @@ export default {
// document.addEventListener("WeixinJSBridgeReady", function () { // document.addEventListener("WeixinJSBridgeReady", function () {
// music.play(); // music.play();
// }, false) // }, false)
})
let _url = document.location.href.split('#')[0] let _url = document.location.href.split('#')[0]
request({ request({
url: '/api/MarketingToolApi/Wechat/getSignPackage', url: '/api/MarketingToolApi/Wechat/getSignPackage',
...@@ -162,6 +159,8 @@ export default { ...@@ -162,6 +159,8 @@ export default {
wx.error(function(res){}) wx.error(function(res){})
}) })
})
}, },
methods: { methods: {
toApply(){ toApply(){
......
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