shish 2 лет назад
Родитель
Сommit
8ea84ec000
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      mallApp/src/pages/home/category.vue
  2. 2 2
      mallApp/src/pages/item/item.vue

+ 1 - 1
mallApp/src/pages/home/category.vue

@@ -9,7 +9,7 @@
 				</view>
 			</view>
 			<view class="nav">
-				<text class="not-selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花散花</text>
+				<text class="not-selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花</text>
 				<text class="selected" @click="pageTo({url:'/pages/home/category?account='+option.account,type:2})">花束花礼</text>
 			</view>
 		</view>

+ 2 - 2
mallApp/src/pages/item/item.vue

@@ -9,7 +9,7 @@
 				</view>
 			</view>
 			<view class="nav">
-				<text class="selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花散花</text>
+				<text class="selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花</text>
 				<text class="not-selected" @click="pageTo({url:'/pages/home/category?account='+option.account,type:2})">花束花礼</text>
 			</view>
 		</view>
@@ -216,7 +216,7 @@ export default {
 	},
   	onShareAppMessage(res) {
 		return {
-			title: '鲜花散花',
+			title: '鲜花',
 			desc: "",
 			path: "pages/item/item?account="+this.option.account,
 		}