Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
XDJK
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XDJK
Commits
53f2657c
Commit
53f2657c
authored
Apr 23, 2021
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
F 修复物流查询不准确问题,重构物流查询方式
F 修复报告列表下拉不刷新问题 F:修复搜索地区bug U:新增一个量表的答题方式
parent
b49ecf46
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
packageA/chat/chat.js
+1
-0
packageA/chat/chat.wxml
+1
-1
pages/chatNews/chatNews.js
+4
-0
pages/index/index.js
+1
-0
project.config.json
+1
-1
No files found.
packageA/chat/chat.js
View file @
53f2657c
...
@@ -276,6 +276,7 @@ Page({
...
@@ -276,6 +276,7 @@ Page({
// | $$ | $$__/ $$| $$__/ $$| $$| $$| $$_____
// | $$ | $$__/ $$| $$__/ $$| $$| $$| $$_____
// | $$ \$$ $$| $$ $$| $$| $$ \$$ \
// | $$ \$$ $$| $$ $$| $$| $$ \$$ \
// \$$ \$$$$$$ \$$$$$$$ \$$ \$$ \$$$$$$$
// \$$ \$$$$$$ \$$$$$$$ \$$ \$$ \$$$$$$$
/**
/**
* 判断授权
* 判断授权
*/
*/
...
...
packageA/chat/chat.wxml
View file @
53f2657c
...
@@ -391,7 +391,7 @@
...
@@ -391,7 +391,7 @@
<text class='send-report' wx:if='{{payFlag}}' data-src="123" bindtap='openReport'>发送报告</text>
<text class='send-report' wx:if='{{payFlag}}' data-src="123" bindtap='openReport'>发送报告</text>
<text class='send-report' wx:if='{{!payFlag}}' data-src="123" style=" background:#e5e6e8;">发送报告</text>
<text class='send-report' wx:if='{{!payFlag}}' data-src="123" style=" background:#e5e6e8;">发送报告</text>
<text class='send-img' wx:if='{{payFlag}}' bindtap='createImageMessage'>发送图片</text>
<text class='send-img' wx:if='{{payFlag}}' bindtap='createImageMessage'>发送图片</text>
<text class='send-img' wx:if='{{!payFlag}}' style="
background:#e5e6e8;">发送图片</text>
<text class='send-img' wx:if='{{!payFlag}}' style="background:#e5e6e8;">发送图片</text>
<text class='send-img' wx:if='{{orderId!=""&&orderId!=0}}' bindtap='chatLog'>聊天记录</text>
<text class='send-img' wx:if='{{orderId!=""&&orderId!=0}}' bindtap='chatLog'>聊天记录</text>
<!-- <text class='send-img' wx:if="{{serviceEvaluation}}" bindtap="estimateShow" >服务评价</text> -->
<!-- <text class='send-img' wx:if="{{serviceEvaluation}}" bindtap="estimateShow" >服务评价</text> -->
</view>
</view>
...
...
pages/chatNews/chatNews.js
View file @
53f2657c
...
@@ -77,6 +77,10 @@ Page({
...
@@ -77,6 +77,10 @@ Page({
}
}
},
500
);
},
500
);
},
},
onTabItemTap
(
item
)
{
// tab 点击时执行
console
.
log
(
"item"
,
item
)
},
/**
/**
* 页面相关事件处理函数--监听用户下拉动作
* 页面相关事件处理函数--监听用户下拉动作
*/
*/
...
...
pages/index/index.js
View file @
53f2657c
...
@@ -68,6 +68,7 @@ Page({
...
@@ -68,6 +68,7 @@ Page({
}
}
},
},
onPullDownRefresh
:
function
()
{
onPullDownRefresh
:
function
()
{
console
.
log
(
"onPullDownRefresh"
)
var
that
=
this
var
that
=
this
that
.
getDoctorIndex
();
that
.
getDoctorIndex
();
that
.
resultNot
(
that
.
data
.
userInfo
.
openid
)
that
.
resultNot
(
that
.
data
.
userInfo
.
openid
)
...
...
project.config.json
View file @
53f2657c
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
"minifyWXSS"
:
true
"minifyWXSS"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.1
2.2
"
,
"libVersion"
:
"2.1
3.0
"
,
"appid"
:
"wxd418ee346d79d382"
,
"appid"
:
"wxd418ee346d79d382"
,
"projectname"
:
"XDJK-master"
,
"projectname"
:
"XDJK-master"
,
"scripts"
:
{
"scripts"
:
{
...
...
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