修改商品推荐描述

feature/v-xuexi
wangdong 6 months ago
parent 8270181646
commit b44c70f4c4
  1. 6
      manifest.json
  2. 2
      pages/store/index.vue

@ -1,9 +1,9 @@
{
"name" : "梦航学习宝",
"appid" : "__UNI__640EC10",
"description" : "1.1.8",
"versionName" : "1.0.18",
"versionCode" : 118,
"description" : "1.1.9",
"versionName" : "1.0.19",
"versionCode" : 119,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -35,7 +35,7 @@
<!-- 广告 -->
<advert />
<view class="goods-section">
<view class="goods-title">精品推荐</view>
<view class="goods-title">精品展示</view>
<view class="list">
<navigator hover-class="none" v-for="item in goodsList" :key="item.id" class="item flex"
:url="'/pages/store/detail?id=' + item.id">

Loading…
Cancel
Save