diff --git a/App.vue b/App.vue
index abbeb17..0a64ceb 100644
--- a/App.vue
+++ b/App.vue
@@ -15,9 +15,15 @@
import {
checkLogin
} from "./libs/login";
+ import {
+
+ getUserInfo
+
+ } from '@/api/user.js';
import {
HTTP_REQUEST_URL
} from './config/app';
+
import {
getconfig,
history
@@ -79,14 +85,14 @@
let appkey = uni.getStorage({
key: 'launchFlag'
})
- if (appkey) {
- setTimeout(() => {
- this.$store.dispatch('INIT_CONFIG');
- }, 6000)
- }
-
- // #ifdef APP-PLUS
+
+ if (option.referrerInfo?.extraData?.uniMP) {
+ uni.setStorageSync('uniMP', option.referrerInfo?.extraData?.uniMP);
+ uni.setStorageSync('APP_token', option.referrerInfo?.extraData?.token);
+ }
+ // #ifdef APP-PLUS
+
// #endif
let that = this;
@@ -204,7 +210,7 @@
// if (info.referrerInfo?.extraData?.uniMP) {
// uni.setStorageSync('uniMP', info.referrerInfo?.extraData?.uniMP);
// uni.setStorageSync('APP_token', info.referrerInfo?.extraData?.token);
-
+
// }
diff --git a/pages.json b/pages.json
index c4d3cf7..fae6c79 100644
--- a/pages.json
+++ b/pages.json
@@ -83,6 +83,7 @@
"path": "pages/moreProject/moreProject",
"style": {
"navigationBarTitleText": "更多功能",
+ "navigationStyle": "custom",
"enablePullDownRefresh": false
}
@@ -103,12 +104,11 @@
"path" : "pages/margin/margin",
"style" :
{
- "navigationBarTitleText": "保证金缴纳",
+ "navigationBarTitleText": "缴纳保证金",
"enablePullDownRefresh": false
}
}
-
// {
// "path": "pages/gather/gather",
// "style": {
diff --git a/pages/admin/orderDetail/index.vue b/pages/admin/orderDetail/index.vue
index 4d4d325..1517bb5 100644
--- a/pages/admin/orderDetail/index.vue
+++ b/pages/admin/orderDetail/index.vue
@@ -376,8 +376,11 @@
/*核销订单*/
goCancellation() {
let that = this;
+ // uni.navigateTo({
+ // url: '/pages/admin/cancellate_result/index?mer_id='+that.mer_id+'&code='+that.orderInfo.verify_code,
+ // })
uni.navigateTo({
- url: '/pages/admin/cancellate_result/index?mer_id='+that.mer_id+'&code='+that.orderInfo.verify_code,
+ url: `/pages/admin/order_cancellation/index?mer_id=${that.mer_id}`
})
// uni.showModal({
// title: '订单核销',
diff --git a/pages/admin/orderList/index.vue b/pages/admin/orderList/index.vue
index e01fdf4..399c417 100644
--- a/pages/admin/orderList/index.vue
+++ b/pages/admin/orderList/index.vue
@@ -553,6 +553,7 @@
uni.navigateTo({
url: `/pages/admin/orderDetail/index?id=${item.order_id}&mer_id=${item.mer_id}`
})
+
},
toRefundDetail(item) {
uni.navigateTo({
diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue
index 27e017d..1a81af1 100644
--- a/pages/columnGoods/goods_search_con/index.vue
+++ b/pages/columnGoods/goods_search_con/index.vue
@@ -5,9 +5,10 @@