zsk 1 year ago
parent e21999e220
commit 6908e3c468

@ -1,8 +1,8 @@
App({ App({
globalData: { globalData: {
userInfo: null, userInfo: null,
// ip: 'https://test.renminshitang.com.cn/daotian/api_dev', ip: 'https://test.renminshitang.com.cn/daotian/api_dev',
ip: "https://daotian.matripe.com.cn", // ip: "https://daotian.matripe.com.cn",
// ip: 'http://localhost:8001', // ip: 'http://localhost:8001',
sessionId: "", sessionId: "",
header: { header: {

@ -68,6 +68,9 @@ Page({
showfixToast:false, showfixToast:false,
current:0, current:0,
}, },
cth(){
return false
},
showVideo (e) { showVideo (e) {
console.log(e.target.dataset.id); console.log(e.target.dataset.id);
console.log(wx.getSystemInfo()); console.log(wx.getSystemInfo());

@ -259,4 +259,4 @@
</view> </view>
</view> </view>
<view class="mask" wx:if="{{isMaskShow}}"></view> <view class="mask" wx:if="{{isMaskShow}}"></view>
<bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px"></bottom-drawer> <bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px" catchtouchmove="cth"></bottom-drawer>

Loading…
Cancel
Save