Browse Source

fix cancel btn

organize
刘嘉炜 3 years ago
parent
commit
8f2b50958b
  1. 3
      src/components/site/order_modal/order_modal.vue
  2. 4
      src/js/api.js
  3. 2
      src/manifest.json

3
src/components/site/order_modal/order_modal.vue

@ -113,8 +113,7 @@
<view class="om-btns" v-if="orderInfo.type == 'fixed_venue'"> <view class="om-btns" v-if="orderInfo.type == 'fixed_venue'">
<!-- 测试固定场地没有详情 --> <!-- 测试固定场地没有详情 -->
<view class="ob-view" v-if="orderInfo.pay_status != 0" @click="toOrderInfo">订单详情</view> <view class="ob-view" v-if="orderInfo.pay_status != 0" @click="toOrderInfo">订单详情</view>
<!-- 20220309 测试&PM 直接不要取消订场是吧 -->
<!-- <view class="ob-view red" @click="fixedCancelOccupy" v-if="orderInfo.pay_status!=2&&orderInfo.overdue != true">取消订场</view> -->
<view class="ob-view red" @click="fixedCancelOccupy" v-if="orderInfo.pay_status==0&&orderInfo.overdue != true">取消订场</view>
<!-- <view class="ob-view red">退款</view> --> <!-- <view class="ob-view red">退款</view> -->
</view> </view>
</view> </view>

4
src/js/api.js

@ -1,5 +1,5 @@
// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
// export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试

2
src/manifest.json

@ -55,7 +55,7 @@
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
/* */ /* */
"appid" : "wxf1294b279ad1b845",
"appid" : "wx7106e84614cf0060",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },

Loading…
Cancel
Save