修复小程序订阅消息问题
This commit is contained in:
@ -310,7 +310,11 @@ export default {
|
||||
this.computedPrice()
|
||||
},
|
||||
},
|
||||
onLoad: function() {
|
||||
onLoad: function() {
|
||||
// #ifdef MP-WEIXIN
|
||||
|
||||
subscribeMessage()
|
||||
// #endif
|
||||
let that = this
|
||||
this.$store.dispatch('getUser', true)
|
||||
that.getCartInfo()
|
||||
@ -511,8 +515,9 @@ export default {
|
||||
from.from = 'app'
|
||||
}
|
||||
console.log(this.$deviceType)
|
||||
// #ifdef MP-WEIXIN
|
||||
subscribeMessage()
|
||||
// #ifdef MP-WEIXIN
|
||||
|
||||
// subscribeMessage()
|
||||
// #endif
|
||||
createOrder(this.orderGroupInfo.orderKey, {
|
||||
realName: this.contacts,
|
||||
|
Reference in New Issue
Block a user