kk.shi преди 3 години
родител
ревизия
2651a4841b
променени са 8 файла, в които са добавени 487 реда и са изтрити 553 реда
  1. 1 2
      app.json
  2. 0 66
      pages/signIn/perCenter.js
  3. 0 3
      pages/signIn/perCenter.json
  4. 0 107
      pages/signIn/perCenter.wxml
  5. 0 332
      pages/signIn/perCenter.wxss
  6. 107 1
      pages/signIn/record/record.wxml
  7. 332 1
      pages/signIn/record/record.wxss
  8. 47 41
      project.private.config.json

+ 1 - 2
app.json

@@ -8,8 +8,7 @@
         "pages/logs/logs",
         "pages/signIn/index",
         "pages/signIn/record/index",
-        "pages/signIn/record/record",
-        "pages/signIn/perCenter"
+        "pages/signIn/record/record"
     ],
     "window": {
         "backgroundTextStyle": "light",

+ 0 - 66
pages/signIn/perCenter.js

@@ -1,66 +0,0 @@
-// pages/signIn/perCenter.js
-Page({
-
-  /**
-   * 页面的初始数据
-   */
-  data: {
-
-  },
-
-  /**
-   * 生命周期函数--监听页面加载
-   */
-  onLoad: function (options) {
-
-  },
-
-  /**
-   * 生命周期函数--监听页面初次渲染完成
-   */
-  onReady: function () {
-
-  },
-
-  /**
-   * 生命周期函数--监听页面显示
-   */
-  onShow: function () {
-
-  },
-
-  /**
-   * 生命周期函数--监听页面隐藏
-   */
-  onHide: function () {
-
-  },
-
-  /**
-   * 生命周期函数--监听页面卸载
-   */
-  onUnload: function () {
-
-  },
-
-  /**
-   * 页面相关事件处理函数--监听用户下拉动作
-   */
-  onPullDownRefresh: function () {
-
-  },
-
-  /**
-   * 页面上拉触底事件的处理函数
-   */
-  onReachBottom: function () {
-
-  },
-
-  /**
-   * 用户点击右上角分享
-   */
-  onShareAppMessage: function () {
-
-  }
-})

+ 0 - 3
pages/signIn/perCenter.json

@@ -1,3 +0,0 @@
-{
-  "usingComponents": {}
-}

+ 0 - 107
pages/signIn/perCenter.wxml

@@ -1,107 +0,0 @@
-<!--pages/signIn/perCenter.wxml-->
-<view class="perCenter">
-<!-- 个人中心视图 -->
-    <view class="head-bg" catchtap="turnPrize">
-       <image class="image_bg" src="/images/signIn/per_head.png" />
-       <view class="numCount" >4</view>
-       <view class="explain" >请在优惠券有效期内尽快使用</view>
-       <button class="sign-in-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" >登录</button>
-       <view class="sign-in-pro-nickname" wx:if="{{isLogin}}">{{phone.toHide(mobileTop)}}</view>
-    </view>
-    <view class="sign-in-pro-cp">
-      <!-- 我的优惠 -->
-      <view class="sign-in-coupon" catchtap="getDiscount">
-        <view class="sign-in-cn"></view>
-        <view class="sign-in-cz">我的优惠</view>
-        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
-      </view>
-      <!-- 获得明细 -->
-      <view class="sign-in-detail" catchtap="getDetailed">
-        <view class="sign-in-pn"></view>
-        <view class="sign-in-pz">获得明细</view>
-        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
-      </view>
-      <!-- 使用/失效 -->
-      <view class="sign-in-usefail" catchtap="getUseFail">
-        <view class="sign-in-pn"></view>
-        <view class="sign-in-pz">使用/失效</view>
-        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
-      </view>
-    </view>
-    
-    <view id="couponZD" class="sign-in-theme" hidden="true">
-      <!-- 折扣券 -->
-      <view class="sign-in-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" >
-        <view class="sign-in-words">
-          <view class="sign-in-discount1">
-            <view class="sign-in-zkz4" wx:if="{{item.couponType == 'D'}}">{{item.formatDiscount ?item.formatDiscount:0}}</view>
-            <view class="sign-in-zkz5" wx:if="{{item.couponType == 'D'}}">折</view>
-
-            <view class="sign-in-djz4" wx:if="{{item.couponType == 'C'}}">¥</view>
-            <view class="sign-in-djz5" wx:if="{{item.couponType == 'C'}}">{{item.formatReduceCost ?item.formatReduceCost:0}}</view>
-          </view>
-          <view class="sign-in-discount2">
-            <view class="sign-in-zkz1">{{item.goodsName}}</view>
-           <view class="sign-in-mj">
-            <view class="sign-in-zkz21"></view>
-            <view class="sign-in-zkz2" wx:if="{{item.formatLeastCost == '0'}}">无门槛</view>
-            <view class="sign-in-zkz2" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
-            <view class="sign-in-zkz22"></view>
-           </view>
-            <view class="sign-in-zkz3">{{item.couponBeginTimestamp}}-{{item.couponEndTimestamp}}</view>
-          </view>
-        </view>
-        <image wx:if="{{item.couponType == 'D'}}" class="image_zk" src="/images/signIn/coupon1.png" />
-        <image wx:if="{{item.couponType == 'D'}}" class="image_zk_un" src="/images/signIn/coupon_use_now.png" />
-
-        <image wx:if="{{item.couponType == 'C'}}" class="image_zk" src="/images/signIn/cash_coupon.png" />
-        <image wx:if="{{item.couponType == 'C'}}" class="image_zk_un" src="/images/signIn/cc_use_now.png" />
-        <navigator class="_btn _exchange" 
-            target = "miniProgram" 
-            app-id="wxd92a2d29f8022f40"
-            path="page/index/index"
-            open-type='navigate'> 
-            </navigator>
-      </view>
-      
-      <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可用优惠券 ————</view>
-      <view class="no_result" wx:if="{{noMore}}">———— 更多优惠券 | 敬请期待 ————</view>
-    </view>
-
-    <view id="prize" class="sign-in-theme" hidden="{{hidden2}}">
-      <!-- 获得明细 -->
-      <view class="sign-in-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" wx:if="{{item.goodsType == 2}}">
-        <view class="sign-in-wordsj">
-          <view class="sign-in-discount1j">
-           
-            <image class="sign-in-zkzj" src="/images/sign-in/prize.png" />
-          </view>
-          <view class="sign-in-discount2">
-            <view class="sign-in-zkz1j">{{item.goodsName}}</view>
-            <view class="sign-in-zkz3j">奖品参数</view>
-          </view>
-        </view>
-        <image class="image_zk_unj" src="/images/sign-in/choice.png" />
-        <navigator class="_btn _exchange" 
-            target = "miniProgram" 
-            app-id="wxd92a2d29f8022f40"
-            path="page/index/index"
-            open-type='navigate'> 
-            </navigator>
-      </view>
-      <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可领取奖品 ————</view>
-      <view class="no_result" wx:if="{{noMore}}">———— 更多奖品 | 敬请期待 ————</view>
-    </view>
-</view>
-
-<!-- 使用wxs 手机号码中间四位显示为*号 -->
-<wxs module="phone">
-var toHide = function(array) {
-  var mphone = array.substring(0, 3) + '****' + array.substring(7);
-  return mphone;
-}
-module.exports.toHide = toHide;
-</wxs>
-<!-- 底部导航 -->
-<tab-bar />
-

+ 0 - 332
pages/signIn/perCenter.wxss

@@ -1,332 +0,0 @@
-/* pages/signIn/perCenter.wxss */
-.personal{
-  width: 750rpx;
-  height: auto;
-  padding-bottom: 119rpx;
-}
-
-.head-bg{
-  width: 750rpx;
-  height: 464rpx;
-}
-.image_bg{
-  width: 750rpx;
-  height: 464rpx;
-  position: absolute;
-  left: 0;
-  top: 0;
-  z-index: 1;
-}
-
-.numCount{
-  width: 100%;
-  height: 150rpx;
-  position: relative;
-  font-size: 136rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #FEFEFE;
-  z-index: 2;
-  text-align: center;
-  top: 120rpx;
-}
-
-.explain{
-  width: 100%;
-  height: 60rpx;
-  position: relative;
-  font-size: 32rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 400;
-  color: #FEFEFE;
-  z-index: 2;
-  text-align: center;
-  top: 160rpx;
-}
-
-.sign-in-pro-nickname{
-  width: 750rpx;
-  height: 50rpx;
-  font-size: 40rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #FEFEFE;
-  position: relative;
-  z-index: 2;
-  text-align: center;
-  top: 150rpx;
-}
-
-.sign-in-pro-cp{
-  width: 750rpx;
-  height: 120rpx;
-}
-
-.sign-in-coupon,.sign-in-usefail{
-  display: inline-block;
-  width: 35%;
-  height: 100%;
-}
-
-.sign-in-detail{
-  display: inline-block;
-  width: 30%;
-  height: 100%;
-}
-
-.sign-in-cn,.sign-in-cz,.sign-in-pn,.sign-in-pz,.sign-in-cjh{
-  text-align: center;
-}
-.sign-in-cn,.sign-in-pn{
-  margin-top: 30rpx;
-  font-size: 36rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #BF2637;
-}
-.sign-in-cz,.sign-in-pz{
-  font-size: 32rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 400;
-  color: #303030;
-}
-.sign-in-cj{
-  width: 78rpx;
-  height: 6rpx;
-  background: #BF2637;
-  border-radius: 4rpx;
-  margin: 10rpx auto;
-}
-
-.sign-in-content{
-  width: 708rpx;
-  height: 220rpx;
-  position: relative;
-  margin: 0 auto 20rpx;
-}
-.image_zk{
-  width: 708rpx;
-  height: 220rpx;
-  position: absolute;
-  z-index: 1;
-  left: 0;
-  top: 0;
-}
-
-.image_zk_un{
-  display: inline-block;
-  width: 162rpx;
-  height: 56rpx;
-  position:absolute;
-  z-index: 3;
-  bottom: 70rpx;
-  right: 26rpx;
-}
-
-.image_zk_unj{
-  display: inline-block;
-  width: 162rpx;
-  height: 56rpx;
-  position:absolute;
-  z-index: 2;
-  bottom: 70rpx;
-  right: 26rpx;
-}
-._btn {
-  display: inline-block;
-  width: 162rpx;
-  height: 56rpx;
-  position:absolute;
-  z-index: 3;
-  bottom: 70rpx;
-  right: 26rpx;
-}
-
-.sign-in-discount1,.sign-in-discount2,.sign-in-zkz21,.sign-in-zkz22,.sign-in-zkz2{
-  display: inline-block;
-}
-
-.sign-in-zkz4,.sign-in-zkz5,.sign-in-djz4,.sign-in-djz5{
-  display: inline;
-}
-
-.sign-in-discountj,.sign-in-zkzj{
-  display: inline-block;
-}
-.sign-in-words{
-  position:relative;
-  z-index: 2;
-  width: 708rpx;
-  height: 220rpx;
-  display: flex;
-  flex-direction: row;
-}
-
-.sign-in-wordsj{
-  position:relative;
-  z-index: 2;
-  width: 708rpx;
-  height: 220rpx;
-  display: flex;
-  flex-direction: row;
-  background: #FFFFFF;
-  border: 0.5rpx solid #FF7A03;
-  box-shadow: 0rpx 0rpx 50rpx 8rpx rgba(127, 127, 127, 0.09);
-  border-radius: 20rpx;
-}
-
-.sign-in-discount1{
-  width: 208rpx;
-  height: 100%;
-  text-align: center;
-  line-height: 220rpx;
-}
-.sign-in-discount1j{
-  width: 214rpx;
-  height: 220rpx;
-  background: #FFE9B0;
-  border: 0rpx solid #FF7A03;
-  border-radius: 20rpx 0 0 20rpx;
-  text-align: center;
-}
-.sign-in-discount1 view:nth-child(1) {
-  position: relative;
-  top: 60rpx;
-}
-
-.sign-in-discountj view:nth-child(1) {
-  position: relative;
-  top: 40rpx;
-}
-
-.sign-in-discount1 view:nth-child(2) {
-  position: relative;
-  top: 60rpx;
-}
-
-.sign-in-discount2{
-  width: 500rpx;
-  height: 100%;
-}
-
-.sign-in-zkz4 {
-  font-size: 100rpx;
-  font-family: Impact;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 142rpx;
-}
-
-.sign-in-djz5{
-  font-size: 90rpx;
-  font-family: Impact;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 142rpx;
-}
-
-.sign-in-zkzj{
-  width: 134rpx;
-  height: 106rpx;
-  position: relative;
-  top: 55rpx;
-}
-
-.sign-in-zkz5,.sign-in-djz4{
-  font-size: 40rpx;
-  font-family: Microsoft YaHei;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 48rpx;
-}
-
-.sign-in-zkz1{
-  font-size: 40rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #443E5B;
-  line-height: 32rpx;
-  margin-top: 48rpx;
-  margin-left: 48rpx;
-}
-
-.sign-in-zkz1j{
-  font-size: 40rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #443E5B;
-  line-height: 40rpx;
-  margin-top: 48rpx;
-  margin-left: 48rpx;
-}
-
-.sign-in-mj{
-  margin-left: 48rpx;
-  margin-top: 20rpx;
-  margin-bottom: 20rpx;
-}
-.sign-in-zkz2{
-  font-size: 26rpx;
-  font-family: Microsoft YaHei;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 32rpx;
-}
-.sign-in-zkz21,.sign-in-zkz22{
-  width: 14rpx;
-  height: 14rpx;
-  background: #443E5B;
-  transform:rotate(45deg);
-  margin: 0 10rpx;
-}
-.sign-in-zkz3{
-  font-size: 26rpx;
-  font-family: Microsoft YaHei;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 32rpx;
-  margin-left: 48rpx;
-}
-
-.sign-in-zkz3j{
-  font-size: 26rpx;
-  font-family: Microsoft YaHei;
-  font-weight: 400;
-  color: #443E5B;
-  line-height: 32rpx;
-  line-height: 32rpx;
-  margin-left: 48rpx;
-  margin-top: 30rpx;
-}
-
-.no_result {
-  font-size: 24rpx;
-  color: #B1B1B1;
-  text-align: center;
-  line-height: 100rpx;
-  font-weight: 1000;
-}
-
-.sign-in-isLogin{
-  background-color: transparent;
-  width: 750rpx;
-  height: 70rpx;
-  font-size: 40rpx;
-  font-family: Source Han Sans CN;
-  font-weight: 500;
-  color: #FEFEFE;
-  position: relative;
-  z-index: 2;
-  text-align: center;
-  top: 120rpx;
-}
-
-.btns {
-  height: 96rpx;
-  width: 100%;
-  position: absolute;
-  top: 651rpx;
-  display: flex;
-  justify-content:center;
-  z-index: 3;
-}

+ 107 - 1
pages/signIn/record/record.wxml

@@ -1,2 +1,108 @@
 <!--pages/signIn/record/record.wxml-->
-<text>pages/signIn/record/record.wxml</text>
+<view class="perCenter">
+<!-- 个人中心视图 -->
+    <view class="head-bg" catchtap="turnPrize">
+       <image class="image_bg" src="/images/signIn/per_head.png" />
+       <view class="numCount" >4</view>
+       <view class="explain" >请在优惠券有效期内尽快使用</view>
+       <button class="sign-in-isLogin" wx:if="{{!isLogin}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" >登录</button>
+       <view class="sign-in-pro-nickname" wx:if="{{isLogin}}">{{phone.toHide(mobileTop)}}</view>
+    </view>
+    <view class="sign-in-pro-cp">
+      <!-- 我的优惠 -->
+      <view class="sign-in-coupon" catchtap="getDiscount">
+        <view class="sign-in-cn"></view>
+        <view class="sign-in-cz">我的优惠</view>
+        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
+      </view>
+      <!-- 获得明细 -->
+      <view class="sign-in-detail" catchtap="getDetailed">
+        <view class="sign-in-pn"></view>
+        <view class="sign-in-pz">获得明细</view>
+        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
+      </view>
+      <!-- 使用/失效 -->
+      <view class="sign-in-usefail" catchtap="getUseFail">
+        <view class="sign-in-pn"></view>
+        <view class="sign-in-pz">使用/失效</view>
+        <view class="sign-in-cjh"><view class="sign-in-cj"></view></view>
+      </view>
+    </view>
+    
+    <view id="couponZD" class="sign-in-theme" hidden="true">
+      <!-- 折扣券 -->
+      <view class="sign-in-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" >
+        <view class="sign-in-words">
+          <view class="sign-in-discount1">
+            <view class="sign-in-zkz4" wx:if="{{item.couponType == 'D'}}">{{item.formatDiscount ?item.formatDiscount:0}}</view>
+            <view class="sign-in-zkz5" wx:if="{{item.couponType == 'D'}}">折</view>
+
+            <view class="sign-in-djz4" wx:if="{{item.couponType == 'C'}}">¥</view>
+            <view class="sign-in-djz5" wx:if="{{item.couponType == 'C'}}">{{item.formatReduceCost ?item.formatReduceCost:0}}</view>
+          </view>
+          <view class="sign-in-discount2">
+            <view class="sign-in-zkz1">{{item.goodsName}}</view>
+           <view class="sign-in-mj">
+            <view class="sign-in-zkz21"></view>
+            <view class="sign-in-zkz2" wx:if="{{item.formatLeastCost == '0'}}">无门槛</view>
+            <view class="sign-in-zkz2" wx:if="{{item.formatLeastCost != '0'}}">满{{item.formatLeastCost}}使用</view>
+            <view class="sign-in-zkz22"></view>
+           </view>
+            <view class="sign-in-zkz3">{{item.couponBeginTimestamp}}-{{item.couponEndTimestamp}}</view>
+          </view>
+        </view>
+        <image wx:if="{{item.couponType == 'D'}}" class="image_zk" src="/images/signIn/coupon1.png" />
+        <image wx:if="{{item.couponType == 'D'}}" class="image_zk_un" src="/images/signIn/coupon_use_now.png" />
+
+        <image wx:if="{{item.couponType == 'C'}}" class="image_zk" src="/images/signIn/cash_coupon.png" />
+        <image wx:if="{{item.couponType == 'C'}}" class="image_zk_un" src="/images/signIn/cc_use_now.png" />
+        <navigator class="_btn _exchange" 
+            target = "miniProgram" 
+            app-id="wxd92a2d29f8022f40"
+            path="page/index/index"
+            open-type='navigate'> 
+            </navigator>
+      </view>
+      
+      <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可用优惠券 ————</view>
+      <view class="no_result" wx:if="{{noMore}}">———— 更多优惠券 | 敬请期待 ————</view>
+    </view>
+
+    <view id="prize" class="sign-in-theme" hidden="{{hidden2}}">
+      <!-- 获得明细 -->
+      <view class="sign-in-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" wx:if="{{item.goodsType == 2}}">
+        <view class="sign-in-wordsj">
+          <view class="sign-in-discount1j">
+           
+            <image class="sign-in-zkzj" src="/images/sign-in/prize.png" />
+          </view>
+          <view class="sign-in-discount2">
+            <view class="sign-in-zkz1j">{{item.goodsName}}</view>
+            <view class="sign-in-zkz3j">奖品参数</view>
+          </view>
+        </view>
+        <image class="image_zk_unj" src="/images/sign-in/choice.png" />
+        <navigator class="_btn _exchange" 
+            target = "miniProgram" 
+            app-id="wxd92a2d29f8022f40"
+            path="page/index/index"
+            open-type='navigate'> 
+            </navigator>
+      </view>
+      <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可领取奖品 ————</view>
+      <view class="no_result" wx:if="{{noMore}}">———— 更多奖品 | 敬请期待 ————</view>
+    </view>
+</view>
+
+<!-- 使用wxs 手机号码中间四位显示为*号 -->
+<wxs module="phone">
+var toHide = function(array) {
+  var mphone = array.substring(0, 3) + '****' + array.substring(7);
+  return mphone;
+}
+module.exports.toHide = toHide;
+</wxs>
+<!-- 底部导航 -->
+<tab-bar />
+
+

+ 332 - 1
pages/signIn/record/record.wxss

@@ -1 +1,332 @@
-/* pages/signIn/record/record.wxss */
+/* pages/signIn/record/record.wxss */
+.personal{
+  width: 750rpx;
+  height: auto;
+  padding-bottom: 119rpx;
+}
+
+.head-bg{
+  width: 750rpx;
+  height: 464rpx;
+}
+.image_bg{
+  width: 750rpx;
+  height: 464rpx;
+  position: absolute;
+  left: 0;
+  top: 0;
+  z-index: 1;
+}
+
+.numCount{
+  width: 100%;
+  height: 150rpx;
+  position: relative;
+  font-size: 136rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #FEFEFE;
+  z-index: 2;
+  text-align: center;
+  top: 120rpx;
+}
+
+.explain{
+  width: 100%;
+  height: 60rpx;
+  position: relative;
+  font-size: 32rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 400;
+  color: #FEFEFE;
+  z-index: 2;
+  text-align: center;
+  top: 160rpx;
+}
+
+.sign-in-pro-nickname{
+  width: 750rpx;
+  height: 50rpx;
+  font-size: 40rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #FEFEFE;
+  position: relative;
+  z-index: 2;
+  text-align: center;
+  top: 150rpx;
+}
+
+.sign-in-pro-cp{
+  width: 750rpx;
+  height: 120rpx;
+}
+
+.sign-in-coupon,.sign-in-usefail{
+  display: inline-block;
+  width: 35%;
+  height: 100%;
+}
+
+.sign-in-detail{
+  display: inline-block;
+  width: 30%;
+  height: 100%;
+}
+
+.sign-in-cn,.sign-in-cz,.sign-in-pn,.sign-in-pz,.sign-in-cjh{
+  text-align: center;
+}
+.sign-in-cn,.sign-in-pn{
+  margin-top: 30rpx;
+  font-size: 36rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #BF2637;
+}
+.sign-in-cz,.sign-in-pz{
+  font-size: 32rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 400;
+  color: #303030;
+}
+.sign-in-cj{
+  width: 78rpx;
+  height: 6rpx;
+  background: #BF2637;
+  border-radius: 4rpx;
+  margin: 10rpx auto;
+}
+
+.sign-in-content{
+  width: 708rpx;
+  height: 220rpx;
+  position: relative;
+  margin: 0 auto 20rpx;
+}
+.image_zk{
+  width: 708rpx;
+  height: 220rpx;
+  position: absolute;
+  z-index: 1;
+  left: 0;
+  top: 0;
+}
+
+.image_zk_un{
+  display: inline-block;
+  width: 162rpx;
+  height: 56rpx;
+  position:absolute;
+  z-index: 3;
+  bottom: 70rpx;
+  right: 26rpx;
+}
+
+.image_zk_unj{
+  display: inline-block;
+  width: 162rpx;
+  height: 56rpx;
+  position:absolute;
+  z-index: 2;
+  bottom: 70rpx;
+  right: 26rpx;
+}
+._btn {
+  display: inline-block;
+  width: 162rpx;
+  height: 56rpx;
+  position:absolute;
+  z-index: 3;
+  bottom: 70rpx;
+  right: 26rpx;
+}
+
+.sign-in-discount1,.sign-in-discount2,.sign-in-zkz21,.sign-in-zkz22,.sign-in-zkz2{
+  display: inline-block;
+}
+
+.sign-in-zkz4,.sign-in-zkz5,.sign-in-djz4,.sign-in-djz5{
+  display: inline;
+}
+
+.sign-in-discountj,.sign-in-zkzj{
+  display: inline-block;
+}
+.sign-in-words{
+  position:relative;
+  z-index: 2;
+  width: 708rpx;
+  height: 220rpx;
+  display: flex;
+  flex-direction: row;
+}
+
+.sign-in-wordsj{
+  position:relative;
+  z-index: 2;
+  width: 708rpx;
+  height: 220rpx;
+  display: flex;
+  flex-direction: row;
+  background: #FFFFFF;
+  border: 0.5rpx solid #FF7A03;
+  box-shadow: 0rpx 0rpx 50rpx 8rpx rgba(127, 127, 127, 0.09);
+  border-radius: 20rpx;
+}
+
+.sign-in-discount1{
+  width: 208rpx;
+  height: 100%;
+  text-align: center;
+  line-height: 220rpx;
+}
+.sign-in-discount1j{
+  width: 214rpx;
+  height: 220rpx;
+  background: #FFE9B0;
+  border: 0rpx solid #FF7A03;
+  border-radius: 20rpx 0 0 20rpx;
+  text-align: center;
+}
+.sign-in-discount1 view:nth-child(1) {
+  position: relative;
+  top: 60rpx;
+}
+
+.sign-in-discountj view:nth-child(1) {
+  position: relative;
+  top: 40rpx;
+}
+
+.sign-in-discount1 view:nth-child(2) {
+  position: relative;
+  top: 60rpx;
+}
+
+.sign-in-discount2{
+  width: 500rpx;
+  height: 100%;
+}
+
+.sign-in-zkz4 {
+  font-size: 100rpx;
+  font-family: Impact;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 142rpx;
+}
+
+.sign-in-djz5{
+  font-size: 90rpx;
+  font-family: Impact;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 142rpx;
+}
+
+.sign-in-zkzj{
+  width: 134rpx;
+  height: 106rpx;
+  position: relative;
+  top: 55rpx;
+}
+
+.sign-in-zkz5,.sign-in-djz4{
+  font-size: 40rpx;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 48rpx;
+}
+
+.sign-in-zkz1{
+  font-size: 40rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #443E5B;
+  line-height: 32rpx;
+  margin-top: 48rpx;
+  margin-left: 48rpx;
+}
+
+.sign-in-zkz1j{
+  font-size: 40rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #443E5B;
+  line-height: 40rpx;
+  margin-top: 48rpx;
+  margin-left: 48rpx;
+}
+
+.sign-in-mj{
+  margin-left: 48rpx;
+  margin-top: 20rpx;
+  margin-bottom: 20rpx;
+}
+.sign-in-zkz2{
+  font-size: 26rpx;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 32rpx;
+}
+.sign-in-zkz21,.sign-in-zkz22{
+  width: 14rpx;
+  height: 14rpx;
+  background: #443E5B;
+  transform:rotate(45deg);
+  margin: 0 10rpx;
+}
+.sign-in-zkz3{
+  font-size: 26rpx;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 32rpx;
+  margin-left: 48rpx;
+}
+
+.sign-in-zkz3j{
+  font-size: 26rpx;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  color: #443E5B;
+  line-height: 32rpx;
+  line-height: 32rpx;
+  margin-left: 48rpx;
+  margin-top: 30rpx;
+}
+
+.no_result {
+  font-size: 24rpx;
+  color: #B1B1B1;
+  text-align: center;
+  line-height: 100rpx;
+  font-weight: 1000;
+}
+
+.sign-in-isLogin{
+  background-color: transparent;
+  width: 750rpx;
+  height: 70rpx;
+  font-size: 40rpx;
+  font-family: Source Han Sans CN;
+  font-weight: 500;
+  color: #FEFEFE;
+  position: relative;
+  z-index: 2;
+  text-align: center;
+  top: 120rpx;
+}
+
+.btns {
+  height: 96rpx;
+  width: 100%;
+  position: absolute;
+  top: 651rpx;
+  display: flex;
+  justify-content:center;
+  z-index: 3;
+}

+ 47 - 41
project.private.config.json

@@ -1,48 +1,54 @@
 {
-    "setting": {},
-    "condition": {
-        "plugin": {
-            "list": []
+  "setting": {},
+  "condition": {
+    "plugin": {
+      "list": []
+    },
+    "game": {
+      "list": []
+    },
+    "gamePlugin": {
+      "list": []
+    },
+    "miniprogram": {
+      "list": [
+        {
+          "name": "pages/activityInfo/activityInfo",
+          "pathName": "pages/activityInfo/activityInfo",
+          "query": "id=Bg5740r78w&mobile=18636653274",
+          "scene": null
         },
-        "game": {
-            "list": []
+        {
+          "name": "pages/couponReceive/couponReceive",
+          "pathName": "pages/couponReceive/couponReceive",
+          "query": "codeId=JyZmVzKm0D-47",
+          "scene": null
         },
-        "gamePlugin": {
-            "list": []
+        {
+          "name": "pages/myCoupons/myCoupons",
+          "pathName": "pages/myCoupons/myCoupons",
+          "query": "mobile=18636653274",
+          "scene": null
         },
-        "miniprogram": {
-            "list": [
-                {
-                    "name": "pages/activityInfo/activityInfo",
-                    "pathName": "pages/activityInfo/activityInfo",
-                    "query": "id=Bg5740r78w&mobile=18636653274",
-                    "scene": null
-                },
-                {
-                    "name": "pages/couponReceive/couponReceive",
-                    "pathName": "pages/couponReceive/couponReceive",
-                    "query": "codeId=JyZmVzKm0D-47",
-                    "scene": null
-                },
-                {
-                    "name": "pages/myCoupons/myCoupons",
-                    "pathName": "pages/myCoupons/myCoupons",
-                    "query": "mobile=18636653274",
-                    "scene": null
-                },
-                {
-                    "name": "pages/receiveCoupon/receiveCoupon",
-                    "pathName": "pages/receiveCoupon/receiveCoupon",
-                    "query": "",
-                    "scene": 1013
-                },
-                {
-                    "name": "pages/signIn/activity/activity",
-                    "pathName": "pages/signIn/activity/activity",
-                    "query": "",
-                    "scene": null
-                }
-            ]
+        {
+          "name": "pages/receiveCoupon/receiveCoupon",
+          "pathName": "pages/receiveCoupon/receiveCoupon",
+          "query": "",
+          "scene": 1013
+        },
+        {
+          "name": "pages/signIn/activity/activity",
+          "pathName": "pages/signIn/activity/activity",
+          "query": "",
+          "scene": null
+        },
+        {
+          "name": "pages/signIn/record/record",
+          "pathName": "pages/signIn/record/record",
+          "query": "",
+          "scene": null
         }
+      ]
     }
+  }
 }