main
123456 3 weeks ago
parent 0516a8f496
commit 16c2610037
  1. 18
      pages/users/chat/index.vue
  2. 6
      unpackage/dist/build/app-plus/app-service.js
  3. 24
      unpackage/dist/build/app-plus/app-view.js
  4. 2
      unpackage/dist/build/app-plus/pages/pipei/shipin/detail.js
  5. 2
      unpackage/dist/build/app-plus/pages/users/renzheng/camera.js
  6. 2146
      unpackage/dist/dev/app-plus/app-service.js

@ -314,10 +314,12 @@
that.getChatList(); that.getChatList();
} }
if(obj.type == 5){ if(obj.type == 5){
that.svgaSrc = obj.svgaSrc; if(obj.svgaSrc){
that.isSvga = true; that.svgaSrc = obj.svgaSrc;
that.$refs.cSvgaRef.call("clear"); that.isSvga = true;
that.$refs.cSvgaRef.call("startAnimation") that.$refs.cSvgaRef.call("clear");
that.$refs.cSvgaRef.call("startAnimation")
}
} }
} }
if(obj.type>= 8){ if(obj.type>= 8){
@ -702,9 +704,11 @@
})}) })})
if(type==5){ if(type==5){
that.svgaSrc = that.giftList[that.tabIndex].specialEffects that.svgaSrc = that.giftList[that.tabIndex].specialEffects
that.isSvga = true; if(that.svgaSrc){
that.$refs.cSvgaRef.call("clear"); that.isSvga = true;
that.$refs.cSvgaRef.call("startAnimation") that.$refs.cSvgaRef.call("clear");
that.$refs.cSvgaRef.call("startAnimation")
}
that.giftGiving(); that.giftGiving();
}else{ }else{
that.socialConsumption(type); that.socialConsumption(type);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save