ソースを参照

[拼团][修改]:[修改问卷调查]

tags/河北版C.8.1.01
meo 5年前
コミット
a01cc2e45b
7個のファイルの変更6行の追加17行の削除
  1. +1
    -1
      pages/bargain/bargain.wxml
  2. +1
    -1
      pages/canvas/index.wxml
  3. +1
    -1
      pages/discountCardList/discountCardList.wxml
  4. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml
  5. +0
    -11
      pages/spellGroup/mySpellGroup/index.wxss
  6. +1
    -1
      pages/spellGroup/spellGroup.wxml
  7. +1
    -1
      pages/topicDetail/index.wxml

+ 1
- 1
pages/bargain/bargain.wxml ファイルの表示

@@ -1,5 +1,5 @@
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> -->
<navbar back home text="砍价专场"></navbar>
<navbar back home text="砍价专场" background='#fff'></navbar>
<view class="page" hover-class="none" hover-stop-propagation="false" style="padding-top:{{navigationBarHeight}};">
<!-- <view class='top' wx:if="{{bargaingoods&&list.length>0}}">
<view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false">


+ 1
- 1
pages/canvas/index.wxml ファイルの表示

@@ -1,5 +1,5 @@
<navbar back home text="分享" background="#fff"></navbar>
<view class='content' style="padding-top:{{navigationBarHeight}}">
<view class='content' style="margin-top:{{navigationBarHeight}}">
<view class='poster'>
<canvas canvas-id='myCanvas' class='canvas-content' style="width:{{windowWidth-20}}px;height:{{windowHeight}}px;box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05); position:absolute;z-index:1;">
</canvas>


+ 1
- 1
pages/discountCardList/discountCardList.wxml ファイルの表示

@@ -1,5 +1,5 @@
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> -->
<navbar back home text="消费卡"></navbar>
<navbar back home text="消费卡" background='#fff'></navbar>
<!-- 折扣卡list页面 -->
<view class='content' style="padding-top:{{navigationBarHeight}}">
<view class="market clearfix">


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml ファイルの表示

@@ -113,7 +113,7 @@
</view>
</view>
<!-- 问卷调查 -->
<view class="b1" style="opacity:{{opacity}};display: {{display}};" animation="{{queueData}}">
<view class="b1" style="opacity:{{opacity}};display: {{display}};position: fixed;top:{{navigationBarHeight}};bottom: 0px;left: 0px;right: 0px;background: rgba(0, 0, 0, 0.8);overflow: hidden;z-index: 10;" animation="{{queueData}}">
<view id='con' class='con'>
<image class='wmclose' mode='widthFix' src="{{closedUrl}}" bindtap="closeQuestion"></image>
<image class='ques_gou' mode='widthFix' src="{{quesGouUrl}}"></image>


+ 0
- 11
pages/spellGroup/mySpellGroup/index.wxss ファイルの表示

@@ -605,17 +605,6 @@ width: 90rpx;
height: 90rpx;
}

.b1 {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background: rgba(0, 0, 0, 0.8);
overflow: hidden;
z-index: 10;
}

.b1 .con {
position: absolute;
top: 35rpx;


+ 1
- 1
pages/spellGroup/spellGroup.wxml ファイルの表示

@@ -1,4 +1,4 @@
<navbar back home text="{{barTitle}}" background='#fff'></navbar>
<navbar back home text="拼团专场" background='#fff'></navbar>
<view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")+";padding-top:"+navigationBarHeight}}'>
<!-- <view class='top' wx:if='{{flag=="spellList"&&list.length>0}}'>
<view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false">


+ 1
- 1
pages/topicDetail/index.wxml ファイルの表示

@@ -1,5 +1,5 @@
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> -->
<navbar back home text="专题活动" background='#fff'></navbar>
<navbar back home text="专题活动"></navbar>
<!-- banner活动详情页面 -->
<view class='coupons' style='background:{{data.bgColor}};height:{{winHeight}};padding-top:{{navigationBarHeight}}'>
<view class="coupons-body">


読み込み中…
キャンセル
保存