Browse Source

首页菜单bug

qzy 7 months ago
parent
commit
aa43602d52
2 changed files with 12 additions and 1 deletions
  1. 1 1
      pages.json
  2. 11 0
      pages/index/index.vue

+ 1 - 1
pages.json

@@ -602,7 +602,7 @@
 		    "path" : "pages/market/order/order",
 		    "style" :
 		    {
-		        "navigationBarTitleText": "边民订单",
+		        "navigationBarTitleText": "二级市场交易",
 		        "enablePullDownRefresh": false
 		    }
 		

+ 11 - 0
pages/index/index.vue

@@ -49,6 +49,14 @@
 							</view>
 						</view>
 					</view>
+					<view class="msn" @click="go('/pages/market/order/order')">
+						<view class="out">
+							<view class="int">
+								<view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
+								<view class="tit">商品上架</view>
+							</view>
+						</view>
+					</view>
 				</view>
 				
 				<!--收购商-->
@@ -292,10 +300,13 @@
 			getMenu() {
 				this.menuList = [];
 				let menu = uni.getStorageSync('menu');
+				console.log(menu)
 				this.http.request({
 					url: '/sp-admin/app/AppMenu/getList',
+					data:{pageNo:1,pageSize:50},
 					success: res => {
 						let data = res.data.data;
+						console.log(data);
 						menu.map((item2, index1) => {
 							data.map((item1, index) => {
 								if (parseInt(item1.id) == parseInt(item2)) {