|
@@ -48,22 +48,6 @@ Page({
|
|
|
* 页面的初始数据
|
|
|
*/
|
|
|
data: {
|
|
|
- firstImgList: [
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181226082.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181253580.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181268714.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181284457.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181316779.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739181329436.png'
|
|
|
- ],
|
|
|
- firstCurrent: 0,
|
|
|
- imgList: [
|
|
|
- 'https://oss.dayaedu.com/ktyq/1739429062237.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1732610940095.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1732610952376.png',
|
|
|
- 'https://oss.dayaedu.com/ktyq/1732610965625.png',
|
|
|
- // 'https://oss.dayaedu.com/ktyq/1731664269098.png',
|
|
|
- ],
|
|
|
goodsImgList: [
|
|
|
'https://oss.dayaedu.com/ktyq/1739182504757.png',
|
|
|
'https://oss.dayaedu.com/ktyq/1739182521080.png',
|
|
@@ -283,23 +267,6 @@ Page({
|
|
|
}
|
|
|
|
|
|
},
|
|
|
- onFirstChange(e: any) {
|
|
|
- const detail = e.detail;
|
|
|
- if (detail.source === 'touch' || detail.source == 'autoplay') {
|
|
|
- this.setData({
|
|
|
- firstCurrent: detail.current
|
|
|
- })
|
|
|
- }
|
|
|
- },
|
|
|
- // 事件处理函数
|
|
|
- changeSwiper(e: any) {
|
|
|
- const detail = e.detail;
|
|
|
- if (detail.source === 'touch' || detail.source == 'autoplay') {
|
|
|
- this.setData({
|
|
|
- current: detail.current
|
|
|
- })
|
|
|
- }
|
|
|
- },
|
|
|
/** 格式化选中的商品 */
|
|
|
onFormatGoods() {
|
|
|
const selected = this.data.selected;
|
|
@@ -459,17 +426,6 @@ Page({
|
|
|
})
|
|
|
}, 500)()
|
|
|
},
|
|
|
- onPreivewBannerImg(e: { currentTarget: { dataset: any } }) {
|
|
|
- wx.previewImage({
|
|
|
- current: e.currentTarget.dataset.src,
|
|
|
- urls: this.data.imgList,
|
|
|
- success: () => {
|
|
|
- this.setData({
|
|
|
- isFromPreviewImage: true
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
onPreivewGoodsImg(e: { currentTarget: { dataset: any } }) {
|
|
|
wx.previewImage({
|
|
|
current: e.currentTarget.dataset.src,
|