修改商品推荐描述

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" : "梦航学习宝", "name" : "梦航学习宝",
"appid" : "__UNI__640EC10", "appid" : "__UNI__640EC10",
"description" : "1.1.8", "description" : "1.1.9",
"versionName" : "1.0.18", "versionName" : "1.0.19",
"versionCode" : 118, "versionCode" : 119,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

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

Loading…
Cancel
Save