@@ -25,7 +25,12 @@
// #ifdef APP-PLUS
var that = this
plus.push.getClientInfoAsync((info) => {
- that.$store.commit('clientId', info.clientid)
+ var name = 'clientId'
+ var value = info.clientid
+ that.$store.commit('$uStore', {
+ name,
+ value
+ });
}, err => {
});
// #endif