system-phone 1.2.98-2 → 1.2.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "1.2.98-2",
3
+ "version": "1.2.100",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -244,7 +244,7 @@
244
244
  const user = Vue.user
245
245
  console.log("Vue.android"+Vue.android)
246
246
  if(Vue.android){
247
- const result = this.$androidUtil.bzLogic("TipConfig",{data:{config,user}})
247
+ const result = this.$androidUtil.syncBzLogic("TipConfig",{data:{config,user}})
248
248
  if(result.code === 200){
249
249
  for(let funs in Vue.functions){
250
250
  if(Vue.functions[funs].link == 'attend-manage'){