Browse Source

小程序:首页接口对接

panyong 2 years ago
parent
commit
1bccc63c0d

+ 0 - 2
htmldev/wxMini/README.md

@@ -6,8 +6,6 @@
     - [x] 供应商详情 businessDetail 4
   - [x] 采购指南 guide 6
     - [x] 商品详情(预售、现货) goodsDetail 8
-    - [x] 购物车 shoppingCar 4
-    - [x] 联系商家 contactBusiness 4
   - [x] 收藏 collection 4
   - [x] 最新上架 newGoods 4
   - [x] VR看菜园 VR 4

+ 0 - 5
htmldev/wxMini/pages/guide/guide.js

@@ -96,11 +96,6 @@ Page({
    */
   onShareAppMessage() {
 
-  },
-  jumpShoppingCar() {
-    wx.navigateTo({
-      url: '/pages/shoppingCar/shoppingCar'
-    })
   },
   handleNav(e) {
     const {

+ 5 - 5
htmldev/wxMini/pages/guide/guide.wxml

@@ -1,13 +1,13 @@
 <view class="wrapper">
   <view class="app_page-header-search page-header-search">
-    <view class="app_page-header-search-warp">
+    <view class="app_page-header-search-warp app_width-690">
       <label for="header-search">
         <image src="../../image/common/search@2x.png"></image>
       </label>
-      <input placeholder-class="app_header-search-placeholder" value="" placeholder="搜索"></input>
-    </view>
-    <view class="shopping-car" bind:tap="jumpShoppingCar">
-      <image src="../../image/common/message@2x.png"></image>
+      <input
+        placeholder-class="app_header-search-placeholder"
+        value=""
+        placeholder="搜索"></input>
     </view>
   </view>
   <scroll-view