Merge branch 'test'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jdt-user",
|
"name": "jdt-user",
|
||||||
"version": "3.0.6",
|
"version": "3.0.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"templateInfo": {
|
"templateInfo": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"css": "sass"
|
"css": "sass"
|
||||||
},
|
},
|
||||||
"taroConfig": {
|
"taroConfig": {
|
||||||
"version": "3.0.6"
|
"version": "3.0.7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:weapp": "taro build --type weapp",
|
"build:weapp": "taro build --type weapp",
|
||||||
|
|||||||
17551
pnpm-lock.yaml
generated
17551
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -8,12 +8,7 @@
|
|||||||
>
|
>
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<view>昵称:{{ item.nick_name }}</view>
|
<view>昵称:{{ item.nick_name }}</view>
|
||||||
<view>购买商品:{{ item.goods_name }}</view>
|
<view>订单号:{{ item.oid }}</view>
|
||||||
<view
|
|
||||||
>订单价格:<text style="color: red">{{
|
|
||||||
item.order_number
|
|
||||||
}}</text></view
|
|
||||||
>
|
|
||||||
<view>购买时间:{{ item.add_time.slice(0, 10) }}</view>
|
<view>购买时间:{{ item.add_time.slice(0, 10) }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
|
|||||||
Reference in New Issue
Block a user