1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

ChatGPT生成测试数据

This commit is contained in:
2023-03-19 01:33:43 +08:00
parent e29618e5d4
commit 33ebe5a982
7 changed files with 181 additions and 45 deletions

View File

@@ -5,7 +5,8 @@
<view class="good-card-image" style="background-image: {{ 'url(' + goodinfo.picUrl + ');'}};">
</view>
<view class="good-card-info">
<text class="good-title line-wrap">{{ goodinfo.goodsName }}</text>
<!-- <text class="good-title line-wrap">{{ goodinfo.goodsName }}</text> -->
<text class="good-title line-wrap">{{ goodinfo.brief }}</text>
<view class="good-price good-price-counter">
<!-- 原价 -->
<view class="good-price-symbol">¥</view>
@@ -17,6 +18,5 @@
<view class="good-price-symbol">¥</view>
<view class="good-price-number">{{ goodinfo.retailPrice }}</view>
</view>
<!-- <text class="line-wrap">{{ displayGoodsInfo }}</text> -->
</view>
</view>