浏览代码

no message

宇宙无敌M1处理器的MacBook Pro 4 年之前
父节点
当前提交
e618cf1cef
共有 46 个文件被更改,包括 9 次插入9 次删除
  1. 0 1
      pages/goods/goods.vue
  2. 1 0
      plugins/flash_sale/index/index.vue
  3. 4 4
      plugins/pt/components/app-participant.vue
  4. 二进制
      plugins/pt/image/invite.png
  5. 二进制
      plugins/pt/image/pay.png
  6. 二进制
      plugins/pt/image/refund.png
  7. 二进制
      plugins/pt/image/ship.png
  8. 4 4
      siteinfo.js
  9. 二进制
      static/image/BG.png
  10. 二进制
      static/image/all.png
  11. 二进制
      static/image/bargain-click.png
  12. 二进制
      static/image/bargain-help.png
  13. 二进制
      static/image/goods.png
  14. 二进制
      static/image/hongbao.png
  15. 二进制
      static/image/icon/add-but-gray.png
  16. 二进制
      static/image/icon/add-but.png
  17. 二进制
      static/image/icon/add-to.png
  18. 二进制
      static/image/icon/add.png
  19. 二进制
      static/image/icon/address-gray.png
  20. 二进制
      static/image/icon/address-white.png
  21. 二进制
      static/image/icon/announcement.png
  22. 二进制
      static/image/icon/arrow-left-white.png
  23. 二进制
      static/image/icon/arrow-left.png
  24. 二进制
      static/image/icon/arrow-right-white.png
  25. 二进制
      static/image/icon/arrow-right.png
  26. 二进制
      static/image/icon/be-close.png
  27. 二进制
      static/image/img-coupon-bg-0.png
  28. 二进制
      static/image/img-coupon-status-icon-1.png
  29. 二进制
      static/image/img-coupon-status-icon-2.png
  30. 二进制
      static/image/invite.png
  31. 二进制
      static/image/list_cion_third.png
  32. 二进制
      static/image/list_icon_first.png
  33. 二进制
      static/image/list_icon_second.png
  34. 二进制
      static/image/lose.png
  35. 二进制
      static/image/no-goods.png
  36. 二进制
      static/image/pay.png
  37. 二进制
      static/image/pond-register.png
  38. 二进制
      static/image/pond-start.png
  39. 二进制
      static/image/pond-xx.png
  40. 二进制
      static/image/pull-off.png
  41. 二进制
      static/image/refund.png
  42. 二进制
      static/image/ship.png
  43. 二进制
      static/image/summary-map.png
  44. 二进制
      static/image/video-play.png
  45. 二进制
      static/image/video-share.png
  46. 二进制
      static/image/vip_icon.png

+ 0 - 1
pages/goods/goods.vue

@@ -331,7 +331,6 @@
 			}
 			}
 		},
 		},
 		onLoad(options) {
 		onLoad(options) {
-			console.log(374)
 			console.log(options)
 			console.log(options)
 			// #ifdef MP-WEIXIN
 			// #ifdef MP-WEIXIN
 			wx.showShareMenu({
 			wx.showShareMenu({

+ 1 - 0
plugins/flash_sale/index/index.vue

@@ -200,6 +200,7 @@
                 this.time_str.sec = sec < 10 ? '0' + sec : sec;
                 this.time_str.sec = sec < 10 ? '0' + sec : sec;
             },
             },
             grab(item) {
             grab(item) {
+				console.log(item)
                 if (this.type === 1) {
                 if (this.type === 1) {
                     this.detail = null;
                     this.detail = null;
                     if (item.goods_stock !== 0) {
                     if (item.goods_stock !== 0) {

+ 4 - 4
plugins/pt/components/app-participant.vue

@@ -6,22 +6,22 @@
 
 
 		<view class="app-spec dir-left-nowrap main-between cross-center" @click="route_go">
 		<view class="app-spec dir-left-nowrap main-between cross-center" @click="route_go">
 			<view class="item dir-top-nowrap main-center cross-center">
 			<view class="item dir-top-nowrap main-center cross-center">
-				<image src="../image/pay.png"></image>
+				<image src="/static/image/pay.png"></image>
 				<text>支付开团</text>
 				<text>支付开团</text>
 			</view>
 			</view>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<view class="item dir-top-nowrap main-center cross-center">
 			<view class="item dir-top-nowrap main-center cross-center">
-				<image src="../image/invite.png"></image>
+				<image src="/static/image/invite.png"></image>
 				<text>邀请好友</text>
 				<text>邀请好友</text>
 			</view>
 			</view>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<view class="item dir-top-nowrap main-center cross-center">
 			<view class="item dir-top-nowrap main-center cross-center">
-				<image src="../image/ship.png"></image>
+				<image src="/static/image/ship.png"></image>
 				<text>成功发货</text>
 				<text>成功发货</text>
 			</view>
 			</view>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<image class="arrow" src="../image/arrow.png"></image>
 			<view class="item dir-top-nowrap main-center cross-center">
 			<view class="item dir-top-nowrap main-center cross-center">
-				<image src="../image/refund.png"></image>
+				<image src="/static/image/refund.png"></image>
 				<text>失败退款</text>
 				<text>失败退款</text>
 			</view>
 			</view>
 		</view>
 		</view>

二进制
plugins/pt/image/invite.png


二进制
plugins/pt/image/pay.png


二进制
plugins/pt/image/refund.png


二进制
plugins/pt/image/ship.png


+ 4 - 4
siteinfo.js

@@ -1,9 +1,9 @@
 var siteinfo = {
 var siteinfo = {
     'acid': -1,
     'acid': -1,
     'version': '4.3.57',
     'version': '4.3.57',
-	'siteroot': 'https://t12.9026.com/app/index.php',
-	'apiroot': 'https://t12.9026.com/web/index.php?_mall_id=21989',
-    // 'siteroot': 'https://quanyouhui.9026.com/app/index.php',
-    // 'apiroot': 'https://quanyouhui.9026.com/web/index.php?_mall_id=21989',
+	// 'siteroot': 'https://t12.9026.com/app/index.php',
+	// 'apiroot': 'https://t12.9026.com/web/index.php?_mall_id=21989',
+    'siteroot': 'https://quanyouhui.9026.com/app/index.php',
+    'apiroot': 'https://quanyouhui.9026.com/web/index.php?_mall_id=21989',
 };
 };
 module.exports = siteinfo;
 module.exports = siteinfo;

二进制
static/image/BG.png


二进制
static/image/all.png


二进制
static/image/bargain-click.png


二进制
static/image/bargain-help.png


二进制
static/image/goods.png


二进制
static/image/hongbao.png


二进制
static/image/icon/add-but-gray.png


二进制
static/image/icon/add-but.png


二进制
static/image/icon/add-to.png


二进制
static/image/icon/add.png


二进制
static/image/icon/address-gray.png


二进制
static/image/icon/address-white.png


二进制
static/image/icon/announcement.png


二进制
static/image/icon/arrow-left-white.png


二进制
static/image/icon/arrow-left.png


二进制
static/image/icon/arrow-right-white.png


二进制
static/image/icon/arrow-right.png


二进制
static/image/icon/be-close.png


二进制
static/image/img-coupon-bg-0.png


二进制
static/image/img-coupon-status-icon-1.png


二进制
static/image/img-coupon-status-icon-2.png


二进制
static/image/invite.png


二进制
static/image/list_cion_third.png


二进制
static/image/list_icon_first.png


二进制
static/image/list_icon_second.png


二进制
static/image/lose.png


二进制
static/image/no-goods.png


二进制
static/image/pay.png


二进制
static/image/pond-register.png


二进制
static/image/pond-start.png


二进制
static/image/pond-xx.png


二进制
static/image/pull-off.png


二进制
static/image/refund.png


二进制
static/image/ship.png


二进制
static/image/summary-map.png


二进制
static/image/video-play.png


二进制
static/image/video-share.png


二进制
static/image/vip_icon.png