jufubao-mall 2.0.27-beta6 → 2.0.27-beta7

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": "jufubao-mall",
3
- "version": "2.0.27-beta6",
3
+ "version": "2.0.27-beta7",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -785,18 +785,6 @@
785
785
  this.jwxSDK = res.jwxSDK;
786
786
  })
787
787
  // #endif
788
-
789
- if(this.ticketPositionStatus === 'Y'){
790
- this.$nextTick(() => {
791
- setTimeout(() => {
792
- uni.pageScrollTo({
793
- scrollTop: 10000,
794
- duration: 200
795
- })
796
- }, 1000)
797
- })
798
-
799
- }
800
788
  },
801
789
  /**
802
790
  * @description 监听事件变化
@@ -948,11 +936,14 @@
948
936
  },
949
937
  handleCardChoseAlert(){
950
938
  this.hasAlertCardChose = true;
951
- //滚动到底部
952
- uni.pageScrollTo({
953
- scrollTop: 99999,
954
- duration: 0
955
- })
939
+ if(this.ticketPositionStatus === 'Y'){
940
+ //滚动到底部
941
+ uni.pageScrollTo({
942
+ scrollTop: 99999,
943
+ duration: 0
944
+ })
945
+ }
946
+
956
947
  },
957
948
  handleCardInit(cardList){
958
949
  this.cardList = cardList;