浏览代码

删掉不必要代码

yxb
DESKTOP-2IO5MST\huting 1年前
父节点
当前提交
985f7c5030
共有 2 个文件被更改,包括 1 次插入14 次删除
  1. 0
    14
      subpackage/orders/apply-ex-goods-step1.vue
  2. 1
    0
      utils/network/request.js

+ 0
- 14
subpackage/orders/apply-ex-goods-step1.vue 查看文件

@@ -42,19 +42,6 @@
ref,
reactive
} from "vue";
import {
orderExchangeApply
} from "@/utils/network/api.js"
import {
request
} from "@/utils/network/request";
import {
stringToJson
} from "@/utils/network/encryption";
import {
getItem,
StorageKeys
} from "@/utils/storage";
import {
onReady
} from "@dcloudio/uni-app";
@@ -176,7 +163,6 @@
flex-wrap: nowrap;
justify-content: space-between;
padding: 0 30rpx;
// border-bottom: #DCDCDC 1px solid;
align-items: center;
height: 80rpx;


+ 1
- 0
utils/network/request.js 查看文件

@@ -188,6 +188,7 @@ export function request(code, options = {}, start = false) {
}
});
} else if (res.data.statusCode == 7043) {
// 非小程序 非当前用户 提示内容即可
uni.showModal({
title: '提示',
content: res.data.errorMsg,

正在加载...
取消
保存