Merge branch 'test'

This commit is contained in:
2023-12-20 23:46:46 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jdt-user",
"version": "3.0.8",
"version": "3.0.9",
"private": true,
"description": "",
"templateInfo": {
@@ -9,7 +9,7 @@
"css": "sass"
},
"taroConfig": {
"version": "3.0.8"
"version": "3.0.9"
},
"scripts": {
"build:weapp": "taro build --type weapp",

View File

@@ -11,6 +11,7 @@
<image class="image" :src="item.Goods.cover" mode="widthFix"></image>
<view class="info">
<view class="title">商品名称{{ item.Goods.name }}</view>
<view class="title">描述{{ item.Goods.profile }}</view>
<view class="num"
>数量: <text style="color: red">{{ item.number }}</text></view
>