Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8b6750db
authored
Sep 25, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
5066dee5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
17 deletions
pages/form/rate/index.js
pages/person/company/index.json
pages/person/getphone/index.js
pages/person/setting/index.wxml
pages/search/index/index.wxml
project.config.json
pages/form/rate/index.js
View file @
8b6750db
...
...
@@ -111,6 +111,9 @@ Page({
});
if
(
res
.
errcode
==
0
)
{
tips
(
'评价成功'
);
me
.
setData
({
isWarm
:
false
})
setTimeout
(()
=>
{
wx
.
navigateBack
()
},
1000
)
...
...
pages/person/company/index.json
View file @
8b6750db
{
"usingComponents"
:
{},
"navigationBarTitleText"
:
"
我的
主页"
"navigationBarTitleText"
:
"主页"
}
\ No newline at end of file
pages/person/getphone/index.js
View file @
8b6750db
...
...
@@ -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'
),
...
...
pages/person/setting/index.wxml
View file @
8b6750db
...
...
@@ -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>
...
...
pages/search/index/index.wxml
View file @
8b6750db
...
...
@@ -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>
...
...
project.config.json
View file @
8b6750db
...
...
@@ -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
}
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment