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
de6ea5a5
authored
Sep 18, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
# Conflicts: # project.config.json
parents
17251502
ef0d03d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
pages/form/report/index.js
pages/tab/me/me.js
pages/tab/me/me.wxml
project.config.json
pages/form/report/index.js
View file @
de6ea5a5
...
...
@@ -74,7 +74,7 @@ Page({
* 验证字段
*/
calcForm
:
function
()
{
},
/**
* 表单提交
...
...
@@ -90,8 +90,8 @@ Page({
if
(
res
.
errcode
===
0
)
{
wx
.
navigateTo
({
url
:
'/pages/list/sigin/index'
})
;
url
:
"/pages/list/signin/index"
})
}
else
{
wx
.
showToast
({
title
:
res
.
errmsg
,
...
...
@@ -99,7 +99,6 @@ Page({
duration
:
2000
});
}
},
true
,
false
,
true
);
...
...
pages/tab/me/me.js
View file @
de6ea5a5
...
...
@@ -161,5 +161,10 @@ Page({
wx
.
navigateTo
({
url
:
"/pages/list/signin/index"
})
},
toCompanyData
:
function
()
{
wx
.
navigateTo
({
url
:
'/pages/detail/company/index?type=1'
});
}
})
\ No newline at end of file
pages/tab/me/me.wxml
View file @
de6ea5a5
<view class="mine">
<view class="head row verCenter">
<view class="pic">
<cover-image class="im" src="{{headPic
||
'/res/images/imgs/heads.png'}}"></cover-image>
<cover-image class="im" src="{{headPic
? headPic:
'/res/images/imgs/heads.png'}}"></cover-image>
</view>
<view class="text">
<text class="t1">{{userInfo.company_name||'--'}}</text>
<text class="t1">
{{userInfo.company_name||userInfo.wechat_oauth.oauth_nickname||'--'}}
</text>
<view class="row verCenter">
<text class="t2" selectable="false" space="false" decode="false">普通会员</text>
<view>
...
...
@@ -18,7 +20,7 @@
<text class="t1">每日签到</text>
</view>
</view>
<view class="tab-bar row verCenter rowCenter">
<view class="tab-bar row verCenter rowCenter"
bindtap="toCompanyData"
>
<view class="wrap">
<text class="t1">{{business.goods}}</text>
<text class="t2">商品</text>
...
...
project.config.json
View file @
de6ea5a5
...
...
@@ -168,8 +168,8 @@
},
{
"id"
:
-1
,
"name"
:
"pages/
list/blacklis
t/index"
,
"pathName"
:
"pages/
list/blacklis
t/index"
,
"name"
:
"pages/
form/repor
t/index"
,
"pathName"
:
"pages/
form/repor
t/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