updata
This commit is contained in:
parent
bd029fb008
commit
47b25ad306
4
main.js
4
main.js
|
|
@ -19,8 +19,8 @@ app.$mount()
|
|||
import uView from "uview-ui";
|
||||
Vue.use(uView);
|
||||
|
||||
// import VConsole from 'vconsole';
|
||||
// new VConsole();
|
||||
import VConsole from 'vconsole';
|
||||
new VConsole();
|
||||
|
||||
Vue.prototype.text = 1;
|
||||
let wx = require('weixin-js-sdk');
|
||||
|
|
|
|||
|
|
@ -206,6 +206,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import wx from 'weixin-js-sdk';
|
||||
import state from '@/store/index';
|
||||
import { HTTP_REQUEST_URL } from '@/config/app.js';
|
||||
// 混入
|
||||
|
|
@ -443,9 +444,9 @@
|
|||
if (res.data.is_zero_pay) {
|
||||
uni.showLoading({ title: '支付成功, 跳转订单页' });
|
||||
setTimeout(() => {
|
||||
wx.miniProgram.getEnv((wx) => {
|
||||
if (wx.miniprogram) {
|
||||
wx.miniProgram.navigateTo({
|
||||
this.$wx.miniProgram.getEnv((wx) => {
|
||||
if (this.$wx.miniprogram) {
|
||||
this.$wx.miniProgram.navigateTo({
|
||||
url: `/pages/goods/order_list/index`
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import wx from 'weixin-js-sdk';
|
||||
import { HTTP_REQUEST_URL } from '@/config/app.js';
|
||||
import state from '@/store/index';
|
||||
// 混入
|
||||
|
|
@ -448,9 +449,9 @@
|
|||
if (res.data.is_zero_pay) {
|
||||
uni.showLoading({ title: '支付成功, 跳转订单页' });
|
||||
setTimeout(() => {
|
||||
wx.miniProgram.getEnv((wx) => {
|
||||
if (wx.miniprogram) {
|
||||
wx.miniProgram.navigateTo({
|
||||
this.$wx.miniProgram.getEnv((wx) => {
|
||||
if (this.$wx.miniprogram) {
|
||||
this.$wx.miniProgram.navigateTo({
|
||||
url: `/pages/goods/order_list/index`
|
||||
});
|
||||
}else {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>在线点餐</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><script src="https://h5.dhcc.wang/api/apilink-native.min.js?v=20200701"></script><link rel=stylesheet href=/privilege/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/privilege/static/js/chunk-vendors.05bba68b.js></script><script src=/privilege/static/js/index.ec76693d.js></script></body></html>
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><script src="https://h5.dhcc.wang/api/apilink-native.min.js?v=20200701"></script><link rel=stylesheet href=/privilege/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/privilege/static/js/chunk-vendors.acc03eee.js></script><script src=/privilege/static/js/index.08d8b296.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/web/static/js/pages-pages-recharge-balance_details-index.b4e70f3d.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-pages-recharge-balance_details-index.b4e70f3d.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/web/static/js/pages-pages-recharge-rechargeSubgift-QR_code.ce1b6641.js
vendored
Normal file
1
unpackage/dist/build/web/static/js/pages-pages-recharge-rechargeSubgift-QR_code.ce1b6641.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue