Merge branch 'dev' of https://e.coding.net/g-cphe0354/cashier_front/cashier_admin_app into ymf_3.0.0
This commit is contained in:
@@ -17,10 +17,10 @@ import infoBox from "@/commons/utils/infoBox.js"
|
|||||||
import go from '@/commons/utils/go.js';
|
import go from '@/commons/utils/go.js';
|
||||||
import { reject } from 'lodash';
|
import { reject } from 'lodash';
|
||||||
// 测试服
|
// 测试服
|
||||||
let baseUrl = 'https://admintestpapi.sxczgkj.cn'
|
// let baseUrl = 'https://admintestpapi.sxczgkj.cn'
|
||||||
|
|
||||||
//预发布
|
//预发布
|
||||||
// let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn'
|
let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn'
|
||||||
|
|
||||||
//正式
|
//正式
|
||||||
// let baseUrl = 'https://cashieradmin.sxczgkj.cn'
|
// let baseUrl = 'https://cashieradmin.sxczgkj.cn'
|
||||||
|
|||||||
@@ -88,8 +88,8 @@
|
|||||||
<view class="color-333 u-m-l-10"> {{user.accountPoints}}</view>
|
<view class="color-333 u-m-l-10"> {{user.accountPoints}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="u-flex">
|
<view class="u-flex">
|
||||||
<view>已消费</view>
|
<view class="u-text-center">订单数量</view>
|
||||||
<view class="color-333 u-m-l-10"> 0.00</view>
|
<view class="color-333 u-m-l-10">{{user.orderNumber||0}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -37,8 +37,8 @@
|
|||||||
<view class="color-666 u-m-t-8 u-font-24">积分</view>
|
<view class="color-666 u-m-t-8 u-font-24">积分</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="font-bold">0.00</view>
|
<view class="font-bold u-text-center">{{user.orderNumber||0}}</view>
|
||||||
<view class="color-666 u-m-t-8 u-font-24">已消费</view>
|
<view class="color-666 u-m-t-8 u-font-24">订单数量</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user