Commit a05a1e25 by liuquan

3.1.6

U:量表显示bug优化
U:药品订单邮费显示修改
parent d400455f
......@@ -7,7 +7,7 @@ Page({
reportRedD: false, //报告红点展示
reportRedNum: 0, //未作报告数量
disabled:true,//防止重复点击
version:'3.1.5',
version:'3.1.6',
isShow:false,
showClose:true,
},
......
......@@ -3,13 +3,13 @@ import TIM from 'tim-wx-sdk';
import COS from "cos-wx-sdk-v5";
const Util = require('./util.js');
/**正式IMSDKAppID */
// let options = {
// SDKAppID: 1400103358 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
// };
/**测试IMSDK */
let options = {
SDKAppID: 1400407697 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
};
SDKAppID: 1400103358 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
};
/**测试IMSDK */
// let options = {
// SDKAppID: 1400407697 // 接入时需要将0替换为您的即时通信 IM 应用的 SDKAppID
// };
// 创建 SDK 实例,`TIM.create()`方法对于同一个 `SDKAppID` 只会返回同一份实例
const tim = TIM.create(options); // SDK 实例通常用 tim 表示
const data = {
......
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 to comment