支付成功

This commit is contained in:
魏啾
2024-04-18 14:36:14 +08:00
parent 007d9e4336
commit 4bc97b35fd
11 changed files with 1145 additions and 140 deletions

View File

@@ -4,7 +4,6 @@ import useStorage from '@/utils/useStroage.js'
import './framework/bootstrap'
import Api from "./common/js/api.js"
import Shop from "./common/js/shop.js"
import Ashopx from "./common/js/apix.js"
import store from './store'
// #ifndef VUE3
import Vue from 'vue'
@@ -24,7 +23,6 @@ uni.$u.config.unit = 'rpx'
Vue.prototype.useStorage = useStorage
Vue.prototype.api = Api;
Vue.prototype.shop = Shop;
Vue.prototype.apix = Ashopx;
// #ifdef VUE3
import {
createSSRApp