소스 검색

商场门店

soldDate
HolyKnightIX 2 년 전
부모
커밋
c268cb3c85
5개의 변경된 파일17개의 추가작업 그리고 17개의 파일을 삭제
  1. +0
    -1
      components/shop/shop.js
  2. +1
    -2
      components/shop/shop.json
  3. +1
    -2
      components/shop/shop.ttml
  4. +13
    -12
      pages/coupon/detail/index.json
  5. +2
    -0
      pages/coupon/detail/index.ttml

+ 0
- 1
components/shop/shop.js 파일 보기

@@ -1,4 +1,3 @@
// c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.js
Component({
data: {



+ 1
- 2
components/shop/shop.json 파일 보기

@@ -1,4 +1,3 @@
{
"component": true,
"usingComponents": {}
"component": true
}

+ 1
- 2
components/shop/shop.ttml 파일 보기

@@ -1,2 +1 @@
<!-- c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.ttml -->
<text>c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.ttml</text>
<view>123</view>

+ 13
- 12
pages/coupon/detail/index.json 파일 보기

@@ -1,13 +1,14 @@
{
"usingComponents": {
"navbar": "../../../components/navbar/navbar",
"store": "../../../components/store/index",
"c-coupons": "../../../components/coupons/index",
"phoen":"../../../components/getPhoen/getPhoen"
},
"navigationBarTitleText": "",
"backgroundColor":"#f4f4f4",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
}
"usingComponents": {
"navbar": "../../../components/navbar/navbar",
"store": "../../../components/store/index",
"shop": "../../../components/shop/shop",
"c-coupons": "../../../components/coupons/index",
"phoen": "../../../components/getPhoen/getPhoen"
},
"navigationBarTitleText": "",
"backgroundColor": "#f4f4f4",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
}

+ 2
- 0
pages/coupon/detail/index.ttml 파일 보기

@@ -136,6 +136,8 @@
<!-- 适用门店 -->
<!-- <store merchantVoList="{{merchantVoList}}" tt:if="{{data.type!=12}}"></store> -->

<shop></shop>

<view class='notes'>
<view class="notesH">购买须知</view>
<view class="timeText">有效期</view>


불러오는 중...
취소
저장