Browse Source

2024-3-25

cmy 7 months ago
parent
commit
105b4c0a8c
4 changed files with 2231 additions and 4783 deletions
  1. 2218 4770
      hybrid/html/yszc.html
  2. 8 8
      pages/index/index.vue
  3. 4 4
      pages/navigation/index.vue
  4. 1 1
      pages/user/goodProduct.vue

File diff suppressed because it is too large
+ 2218 - 4770
hybrid/html/yszc.html


+ 8 - 8
pages/index/index.vue

@@ -93,22 +93,22 @@
 				<image class="right-bottom" src="../../static/img/right-bottom.png" mode=""></image>
 			</view>
 		</view>
-		<view class="shop" @click="nav('/pages/store/store')">
-			<view class="shop-title">
+		<!-- <view class="shop" @click="nav('/pages/store/store')"> -->
+			<!-- <view class="shop-title">
 				<image class="shop-title-icon" src="../../static/icon/index1.png" mode=""></image>
 				<view class="shop-title-font">本地生活</view>
-			</view>
+			</view> -->
 			<!-- #ifndef APP-PLUS -->
-			<view class="shop-main">
+			<!-- <view class="shop-main">
 				<image src="http://yiqugo.oss-cn-hangzhou.aliyuncs.com/59b8e202304061437149756.png" mode=""></image>
-			</view>
+			</view> -->
 			<!-- #endif -->
 			<!-- #ifdef APP-PLUS -->
-			<view class="shop-main">
+			<!-- <view class="shop-main">
 				<image src="../../static/img/index-shop.png" mode=""></image>
-			</view>
+			</view> -->
 			<!-- #endif -->
-		</view>
+		<!-- </view> -->
 		<view class="product" v-for="(item, index) in navbarList[0].children">
 			<view class="seckill-title flex">
 				<view class="seckill-left flex">

+ 4 - 4
pages/navigation/index.vue

@@ -33,11 +33,11 @@
 			<view class="nav-item" @click="nav('/pages/index/index')">
 				<image class="nav-img" src="../../static/img/newbanner.png" mode=""></image>
 			</view>
-			<!-- <view v-if="changeState" class="nav-item" @click="nav('/pages/navigation/main')">
+			<view v-if="changeState" class="nav-item" @click="nav('/pages/navigation/main')">
 				<image class="nav-img" src="../../static/img/oldbanner.png" mode=""></image>
-			</view> -->
+			</view>
 		</view>
-		<!-- <view class="box margin-t-30 flex">
+		<view class="box margin-t-30 flex">
 			<view class="leftbox flex">
 				<view class="flex-center">
 					<view class="title">
@@ -69,7 +69,7 @@
 					近24小时涨跌幅
 				</view>
 			</view>
-		</view> -->
+		</view>
 		<!-- #ifdef H5 -->
 		<view class="btm">
 			<a href="https://beian.miit.gov.cn" class="a-pm">备案编号:浙ICP备2022017146号 </a>

+ 1 - 1
pages/user/goodProduct.vue

@@ -343,7 +343,7 @@
 				if (obj.type == 2) {
 					data.new = 0;
 				}
-				data.productId = obj.goodsid; //商品编号
+				data.productId = obj.goodsObjact.product_id; //商品编号
 				cartAdd(data)
 					.then(function({
 						data

Some files were not shown because too many files changed in this diff