develop
wangxia 2 months ago
parent 7598aba3d5
commit f7fe793a4a

@ -735,7 +735,7 @@ Page({
} catch (e) { } catch (e) {
console.log("获取缓存设置的参数错误:", e); console.log("获取缓存设置的参数错误:", e);
} }
customRequest("/yishoudan/login", { customRequest("/appLoginByTelAssistant", {
header: 'headers', method: 'post', data: { header: 'headers', method: 'post', data: {
tel: that.data.tel, tel: that.data.tel,
password: that.data.password, password: that.data.password,

@ -468,7 +468,8 @@
<!-- #endif --> <!-- #endif -->
<!-- #if MP --> <!-- #if MP -->
<view class="mt10" wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" hover-class="none" hover-stop-propagation="false"> <!-- wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" -->
<view class="mt10" hover-class="none" hover-stop-propagation="false">
<view class="tab_container fsa sticky" style="{{filterStyle}}" hover-class="none" hover-stop-propagation="false"> <view class="tab_container fsa sticky" style="{{filterStyle}}" hover-class="none" hover-stop-propagation="false">
<view wx:for="{{tabGroup}}" class="tarbar flex-1" style="margin-right: {{ index < 2 ? '24px':''}};text-align:center" data-item="{{item}}" bindtap="collectChange"> <view wx:for="{{tabGroup}}" class="tarbar flex-1" style="margin-right: {{ index < 2 ? '24px':''}};text-align:center" data-item="{{item}}" bindtap="collectChange">
<view class="tarbarText {{choiceCollect == item.key?'collectActive':''}}">{{item.name}}</view> <view class="tarbarText {{choiceCollect == item.key?'collectActive':''}}">{{item.name}}</view>

@ -1,7 +1,7 @@
{ {
"setting": { "setting": {
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": false, "urlCheck": true,
"skylineRenderEnable": false "skylineRenderEnable": false
}, },
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
@ -285,5 +285,5 @@
] ]
} }
}, },
"libVersion": "3.7.8" "libVersion": "3.0.2"
} }

@ -306,7 +306,7 @@ Page({
currentGroup: this.data.currentGroup, currentGroup: this.data.currentGroup,
}) })
console.log(this.dataList) console.log('this.dataList',this.dataList)
} else { } else {
this.data.currentGroup = {} this.data.currentGroup = {}
this.setData({ this.setData({

Loading…
Cancel
Save