Commit 8b6750db by 施宇

111

parent 5066dee5
......@@ -111,6 +111,9 @@ Page({
});
if (res.errcode == 0) {
tips('评价成功');
me.setData({
isWarm: false
})
setTimeout(() => {
wx.navigateBack()
}, 1000)
......
{
"usingComponents": {},
"navigationBarTitleText": "我的主页"
"navigationBarTitleText": "主页"
}
\ No newline at end of file
......@@ -65,15 +65,6 @@ Page({
*/
getPhoneNumber(e) {
if (e.detail.errMsg == 'getPhoneNumber:ok') {
console.log(
{
openid: wx.getStorageSync('openid'),
session_key: wx.getStorageSync('session_key'),
encryptedData: e.detail.encryptedData,
iv: e.detail.iv
}
)
return
http.getData(apis.getwxUserInfo, 'GET', {
openid: wx.getStorageSync('openid'),
session_key: wx.getStorageSync('session_key'),
......
......@@ -45,7 +45,7 @@
</view>
</view>
<view class="hr"></view>
<view class="boxsiz bar row bothSide verCenter bor">
<!-- <view class="boxsiz bar row bothSide verCenter bor">
<view>
<text class="t1">版本信息</text>
</view>
......@@ -53,16 +53,16 @@
<text class="t2">V1.20</text>
<text class="icon iconfont iconChevron"></text>
</view>
</view>
<view class="boxsiz bar row bothSide verCenter">
</view> -->
<!-- <view class="boxsiz bar row bothSide verCenter">
<view>
<text class="t1">关于我们</text>
</view>
<view>
<text class="icon iconfont iconChevron"></text>
</view>
</view>
<view class="hr"></view>
</view> -->
<!-- <view class="hr"></view> -->
<view class="boxsiz bar row bothSide verCenter bor" bind:tap="logout">
<view>
<text class="t1">退出登录</text>
......
......@@ -2,7 +2,7 @@
<view class="search-view">
<view class="search-com">
<text class="icon iconfont iconiconxiantiaoshouji8"></text>
<input placeholder='请输入芯片型号' placeholder-class="placeholderClass" auto-focus bindconfirm="confirmTap" bindinput="bindKeyInput"></input>
<input placeholder='请输入芯片型号' placeholder-class="placeholderClass" auto-focus bindconfirm="confirmTap" bindinput="bindKeyInput" confirm-type="search"></input>
</view>
<view class="rm_search" wx:if="{{rmList.length}}">
<text class="title beforeLine">热门搜索</text>
......
......@@ -52,7 +52,7 @@
"list": []
},
"miniprogram": {
"current": 16,
"current": 30,
"list": [
{
"id": -1,
......@@ -263,6 +263,12 @@
"pathName": "pages/person/certification/certificationmanage/index",
"query": "from=share&user_id=123",
"scene": null
},
{
"id": -1,
"name": "/pages/person/helpfriend/index",
"pathName": "pages/person/withdrawal/index",
"scene": null
}
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment