fengjuan 4 年之前
父节点
当前提交
9bdb2f3c7b

文件差异内容过多而无法显示
+ 2 - 2
components/navbar/index.wxss


+ 1 - 1
config.js

@@ -1,6 +1,6 @@
 module.exports = {
   // 请求域名 格式: https://您的域名
-  HTTP_REQUEST_URL:'https://test.matou.hdlkeji.com',
+  HTTP_REQUEST_URL:'https://www.haowumatou.com',
   // Socket链接 暂不做配置
   WSS_SERVER_URL:'',  
 

+ 1 - 0
pages/goods_cate/goods_cate.wxss

@@ -52,6 +52,7 @@ page {
   width: 100%;
   font-size: 30rpx;
   color: #333333;
+  text-align: center;
 }
 
 .productSort .aside .item.on {

+ 3 - 0
pages/goods_details/index.js

@@ -74,6 +74,9 @@ Page({
     height: 0,
     heightArr: [],
     lock: false,
+    currents: "1",
+    controls:true,
+    circular: true,
     scrollTop:0
   },
   returns: function () {

+ 1 - 0
pages/goods_details/index.wxml

@@ -39,6 +39,7 @@
   <view class='product-intro'>
     <view class='title'><text class="title_line"></text>商品详情<text class="title_linea"></text></view>
     <view class='conter'>
+      <video class="video" wx:if="{{storeInfo.video}}" id="myVideo" src='{{storeInfo.video}}' objectFit="cover" controls	 style="width:100%;height:500rpx " show-center-play-btn show-mute-btn="true" auto-pause-if-navigate  custom-cache="{{false}}"></video>
       <template is="wxParse" data="{{wxParseData:description.nodes}}" />
     </view>
   </view>

+ 1 - 2
pages/goods_details/index.wxss

@@ -286,14 +286,13 @@ action-sheet-item {
 
 .poster-pop .save-poster {
   background-color: #FD5400;
-  font-size:22rpx;
+  font-size:22rpx;
   color: #fff;
   text-align: center;
   height: 76rpx;
   line-height: 76rpx;
   width: 100%;
 }
-
 .mask {
   position: fixed;
   top: 0;

+ 1 - 1
utils/autuLogin.js

@@ -23,4 +23,4 @@ export default function authLogin(login_type){
       reject();
     });
   })
-}
+} 

部分文件因为文件数量过多而无法显示