@@ -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:'',
@@ -52,6 +52,7 @@ page {
width: 100%;
font-size: 30rpx;
color: #333333;
+ text-align: center;
}
.productSort .aside .item.on {
@@ -74,6 +74,9 @@ Page({
height: 0,
heightArr: [],
lock: false,
+ currents: "1",
+ controls:true,
+ circular: true,
scrollTop:0
},
returns: function () {
@@ -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>
@@ -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;
-
.mask {
position: fixed;
top: 0;
@@ -23,4 +23,4 @@ export default function authLogin(login_type){
reject();
});
})
-}
+}