This commit is contained in:
@fawn-nine
2023-05-18 13:23:11 +08:00
parent db2beb84e5
commit 078aa9af06
113 changed files with 17985 additions and 288 deletions

View File

@@ -36,7 +36,7 @@ export const mutations = {
// #endif
state[name] = data;
}
}
}
},
//WebView地址
setWebViewUrl(state, data) {
@@ -89,6 +89,10 @@ export const mutations = {
};
uni.setStorageSync('currentAddress', addressInfo);
}
},
// 苹果支付验证
checkIapOrder(){
console.log('验证苹果支付未关闭订单')
}
};
export const actions = {