|
@@ -85,12 +85,15 @@ export default {
|
|
uni.setStorageSync('carList', JSON.parse(carList));
|
|
uni.setStorageSync('carList', JSON.parse(carList));
|
|
}
|
|
}
|
|
this.$store.commit('SET_IS_INIT', false);
|
|
this.$store.commit('SET_IS_INIT', false);
|
|
|
|
+ console.log('platform====>88');
|
|
window.token = `${window.location.href}`.replace(/.*wx\/(.*)\/.*/g, '$1');
|
|
window.token = `${window.location.href}`.replace(/.*wx\/(.*)\/.*/g, '$1');
|
|
|
|
+ console.log('platform====>90');
|
|
try {
|
|
try {
|
|
const options = await wssInit();
|
|
const options = await wssInit();
|
|
this.$store.dispatch('baseInit', {
|
|
this.$store.dispatch('baseInit', {
|
|
options,
|
|
options,
|
|
callback: () => {
|
|
callback: () => {
|
|
|
|
+ console.log('platform====>96');
|
|
this.$store.commit('SET_IS_INIT', true);
|
|
this.$store.commit('SET_IS_INIT', true);
|
|
// 无感积分逻辑
|
|
// 无感积分逻辑
|
|
// this.wxEasyPointsCommitStatusInit();
|
|
// this.wxEasyPointsCommitStatusInit();
|