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
a05a1e25
Commit
a05a1e25
authored
Jan 14, 2021
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.1.6
U:量表显示bug优化 U:药品订单邮费显示修改
parent
d400455f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
pages/my/my.js
+1
-1
utils/tim.js
+6
-6
No files found.
pages/my/my.js
View file @
a05a1e25
...
@@ -7,7 +7,7 @@ Page({
...
@@ -7,7 +7,7 @@ Page({
reportRedD
:
false
,
//报告红点展示
reportRedD
:
false
,
//报告红点展示
reportRedNum
:
0
,
//未作报告数量
reportRedNum
:
0
,
//未作报告数量
disabled
:
true
,
//防止重复点击
disabled
:
true
,
//防止重复点击
version
:
'3.1.
5
'
,
version
:
'3.1.
6
'
,
isShow
:
false
,
isShow
:
false
,
showClose
:
true
,
showClose
:
true
,
},
},
...
...
utils/tim.js
View file @
a05a1e25
...
@@ -3,13 +3,13 @@ import TIM from 'tim-wx-sdk';
...
@@ -3,13 +3,13 @@ import TIM from 'tim-wx-sdk';
import
COS
from
"cos-wx-sdk-v5"
;
import
COS
from
"cos-wx-sdk-v5"
;
const
Util
=
require
(
'./util.js'
);
const
Util
=
require
(
'./util.js'
);
/**正式IMSDKAppID */
/**正式IMSDKAppID */
// let options = {
// SDKAppID: 1400103358 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
// };
/**测试IMSDK */
let
options
=
{
let
options
=
{
SDKAppID
:
1400407697
// 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
SDKAppID
:
1400103358
// 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
};
};
/**测试IMSDK */
// let options = {
// SDKAppID: 1400407697 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
// };
// 创建 SDK 实例,`TIM.create()`方法对于同一个 `SDKAppID` 只会返回同一份实例
// 创建 SDK 实例,`TIM.create()`方法对于同一个 `SDKAppID` 只会返回同一份实例
const
tim
=
TIM
.
create
(
options
);
// SDK 实例通常用 tim 表示
const
tim
=
TIM
.
create
(
options
);
// SDK 实例通常用 tim 表示
const
data
=
{
const
data
=
{
...
...
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