Commit 8b6750db by 施宇

111

parent 5066dee5
...@@ -111,6 +111,9 @@ Page({ ...@@ -111,6 +111,9 @@ Page({
}); });
if (res.errcode == 0) { if (res.errcode == 0) {
tips('评价成功'); tips('评价成功');
me.setData({
isWarm: false
})
setTimeout(() => { setTimeout(() => {
wx.navigateBack() wx.navigateBack()
}, 1000) }, 1000)
......
{ {
"usingComponents": {}, "usingComponents": {},
"navigationBarTitleText": "我的主页" "navigationBarTitleText": "主页"
} }
\ No newline at end of file
...@@ -65,15 +65,6 @@ Page({ ...@@ -65,15 +65,6 @@ Page({
*/ */
getPhoneNumber(e) { getPhoneNumber(e) {
if (e.detail.errMsg == 'getPhoneNumber:ok') { 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', { http.getData(apis.getwxUserInfo, 'GET', {
openid: wx.getStorageSync('openid'), openid: wx.getStorageSync('openid'),
session_key: wx.getStorageSync('session_key'), session_key: wx.getStorageSync('session_key'),
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</view> </view>
</view> </view>
<view class="hr"></view> <view class="hr"></view>
<view class="boxsiz bar row bothSide verCenter bor"> <!-- <view class="boxsiz bar row bothSide verCenter bor">
<view> <view>
<text class="t1">版本信息</text> <text class="t1">版本信息</text>
</view> </view>
...@@ -53,16 +53,16 @@ ...@@ -53,16 +53,16 @@
<text class="t2">V1.20</text> <text class="t2">V1.20</text>
<text class="icon iconfont iconChevron"></text> <text class="icon iconfont iconChevron"></text>
</view> </view>
</view> </view> -->
<view class="boxsiz bar row bothSide verCenter"> <!-- <view class="boxsiz bar row bothSide verCenter">
<view> <view>
<text class="t1">关于我们</text> <text class="t1">关于我们</text>
</view> </view>
<view> <view>
<text class="icon iconfont iconChevron"></text> <text class="icon iconfont iconChevron"></text>
</view> </view>
</view> </view> -->
<view class="hr"></view> <!-- <view class="hr"></view> -->
<view class="boxsiz bar row bothSide verCenter bor" bind:tap="logout"> <view class="boxsiz bar row bothSide verCenter bor" bind:tap="logout">
<view> <view>
<text class="t1">退出登录</text> <text class="t1">退出登录</text>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="search-view"> <view class="search-view">
<view class="search-com"> <view class="search-com">
<text class="icon iconfont iconiconxiantiaoshouji8"></text> <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>
<view class="rm_search" wx:if="{{rmList.length}}"> <view class="rm_search" wx:if="{{rmList.length}}">
<text class="title beforeLine">热门搜索</text> <text class="title beforeLine">热门搜索</text>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 16, "current": 30,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -263,6 +263,12 @@ ...@@ -263,6 +263,12 @@
"pathName": "pages/person/certification/certificationmanage/index", "pathName": "pages/person/certification/certificationmanage/index",
"query": "from=share&user_id=123", "query": "from=share&user_id=123",
"scene": null "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