瀏覽代碼

[加关注公众号功能,停车][增加,修改]:增加关注公众号的功能,停车页面修改

tags/2.2.4
meo 6 年之前
父節點
當前提交
a7de5e3e25
共有 6 個檔案被更改,包括 22 行新增8 行删除
  1. 二進制
      assets/img/qidai.png
  2. +2
    -3
      pages/cartest/cartest.wxml
  3. +2
    -3
      pages/cartest/cartest.wxss
  4. +1
    -0
      pages/index/index.wxml
  5. +16
    -1
      pages/index/index.wxss
  6. +1
    -1
      pages/user/index.wxml

二進制
assets/img/qidai.png 查看文件

Before After
Width: 240  |  Height: 240  |  Size: 6.5 KiB Width: 200  |  Height: 200  |  Size: 13 KiB

+ 2
- 3
pages/cartest/cartest.wxml 查看文件

@@ -1,6 +1,5 @@
<view class="con">
<image class="img" src="./../../assets/img/qidai.png" mode="widthFix"></image>
<text class="txt1">正在疯狂开发中</text>
<text class="txt2">更好用的体验即将到来
请敬请期待</text>
<text class="txt1">智慧停车即将上线</text>
<text class="txt2">敬请期待</text>
</view>

+ 2
- 3
pages/cartest/cartest.wxss 查看文件

@@ -4,9 +4,8 @@ page {
}
.img {
display: block;
width: 300rpx;
height: 300rpx;
margin: 168rpx auto 0;
width: 211rpx;
margin: 168rpx auto 40rpx;
}

.txt1 {


+ 1
- 0
pages/index/index.wxml 查看文件

@@ -7,4 +7,5 @@
<text>独家福利,抢完即止</text>
</view>
<c-coupons id="lists" bind:myevent="onGetCode" />
<!-- <official-account class="gzh"></official-account> -->
</view>

+ 16
- 1
pages/index/index.wxss 查看文件

@@ -15,10 +15,11 @@

page {
width: 100%;
height: auto;
height: auto!important;
overflow-x: hidden;
}


.txt {
margin-left: 20rpx;
}
@@ -62,3 +63,17 @@ page {
bottom: 0;
z-index: 10;
}
.gzh{
display: none;
position: absolute;
bottom: 6%;
width: 90%;
left: 0;
right: 0;
margin: auto;
z-index: 1000000;
background: #ccc;
border-radius: 16rpx;
overflow: hidden;
box-shadow:0 6px 20px 0 rgba(0,0,0,0.15);
}

+ 1
- 1
pages/user/index.wxml 查看文件

@@ -67,7 +67,7 @@
<view class="margin"></view>
<!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> -->
<view bindlongtap='showVersion' class='version'>
<view wx:if="{{flag=='show'}}">版本号:2.0.6</view>
<view wx:if="{{flag=='show'}}">版本号:2.0.7</view>
<view wx:if="{{flag=='hidden'}}"></view>
</view>
</view>

Loading…
取消
儲存