订单弹窗关闭以及位置调节

version/0412
shuxiaoquan 8 months ago
parent 3b24d7de7c
commit 839b04037c
  1. 3
      config.js
  2. 2
      pages/activity/newPeople.vue
  3. 2
      pages/activity/presale.vue
  4. 3
      pages/order/index.vue
  5. 5
      pages/order/refund/refund.vue

@ -12,10 +12,11 @@ export default {
/**
* 商城ID (必填)
* 可在超管后台-商城列表中查看
* 可在超管后台-商城列表中查看10025
*/
storeId: 10001,
/**
* 是否启用商城设置缓存
* 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存

@ -162,7 +162,7 @@
message,
data
} = await Api.charts({
store_id: 10001
});
if (status == 200) {
let obj = {

@ -102,7 +102,7 @@
let app = this
app.menuList = []
let pamars = {
store_id: 10001
}
Api.presaleCateList(pamars)
.then(result => {

@ -259,6 +259,9 @@
}
},
methods: {
meKone(){
this.cdDia = false
},
confirm() {
//
this.list = []

@ -65,7 +65,9 @@
placeholder="请您详细填写申请说明" />
</view>
<view class="c"
v-if="(deliveryStatus == DeliveryStatusEnum.DELIVERED.value) && (receiptStatus == ReceiptStatusEnum.RECEIVED.value)">
v-if="(deliveryStatus == DeliveryStatusEnum.DELIVERED.value) && (receiptStatus == ReceiptStatusEnum.RECEIVED.value)"
>
<!-- -->
<u-upload :action="action" :header="header" @on-uploaded="onSuccess" @on-remove="onRemove" width="180"
height="180" :file-list="transferList" :custom-btn="true" max-count="6">
<template v-slot:addBtn>
@ -281,6 +283,7 @@
<style lang="scss" scoped>
.invoice {
overflow: hidden;
&-goods {
padding: 0 20rpx 0 40rpx;
overflow: hidden;

Loading…
Cancel
Save