|
@@ -357,13 +357,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
|
|
+//
|
|
|
|
+//
|
|
|
|
+//
|
|
var _default =
|
|
var _default =
|
|
{
|
|
{
|
|
data: function data() {
|
|
data: function data() {
|
|
return {
|
|
return {
|
|
|
|
+ // 分段器标题
|
|
items: ['全部', '待兑换', '待发货', '待收货', '已完成'],
|
|
items: ['全部', '待兑换', '待发货', '待收货', '已完成'],
|
|
isActive: 0,
|
|
isActive: 0,
|
|
- current: 0,
|
|
|
|
|
|
+ // 组件uni-load-more
|
|
status: 'noMore',
|
|
status: 'noMore',
|
|
contentText: {
|
|
contentText: {
|
|
contentdown: '查看更多',
|
|
contentdown: '查看更多',
|
|
@@ -383,11 +387,7 @@ var _default =
|
|
checked: function checked(index) {
|
|
checked: function checked(index) {
|
|
this.isActive = index;
|
|
this.isActive = index;
|
|
},
|
|
},
|
|
- onClickItem: function onClickItem(e) {
|
|
|
|
- if (this.current != e.currentIndex) {
|
|
|
|
- this.current = e.currentIndex;
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
// 跳转订单详情
|
|
// 跳转订单详情
|
|
goOrderDetail: function goOrderDetail() {
|
|
goOrderDetail: function goOrderDetail() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
@@ -400,9 +400,11 @@ var _default =
|
|
url: '/pages/my/integral/integralOrder' });
|
|
url: '/pages/my/integral/integralOrder' });
|
|
|
|
|
|
},
|
|
},
|
|
|
|
+ // 打开弹出层
|
|
openVFcode: function openVFcode() {
|
|
openVFcode: function openVFcode() {
|
|
this.$refs.popup.open();
|
|
this.$refs.popup.open();
|
|
},
|
|
},
|
|
|
|
+ // 关闭弹出层
|
|
closeVFcode: function closeVFcode() {
|
|
closeVFcode: function closeVFcode() {
|
|
this.$refs.popup.close();
|
|
this.$refs.popup.close();
|
|
},
|
|
},
|