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", "name": "jdt-user",
"version": "3.0.8", "version": "3.0.9",
"private": true, "private": true,
"description": "", "description": "",
"templateInfo": { "templateInfo": {
@@ -9,7 +9,7 @@
"css": "sass" "css": "sass"
}, },
"taroConfig": { "taroConfig": {
"version": "3.0.8" "version": "3.0.9"
}, },
"scripts": { "scripts": {
"build:weapp": "taro build --type weapp", "build:weapp": "taro build --type weapp",

View File

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