Browse Source

[删除成长值没用代码]

[个人信息][增加]:[增加返回首页]
[停车][增加]:[停车列表从0开始]
tags/河北版C.8.1.01
meo 5 years ago
parent
commit
34373775c9
13 changed files with 14 additions and 60 deletions
  1. +0
    -1
      app.json
  2. +1
    -1
      pages/addPark/addPark.wxss
  3. +1
    -1
      pages/coupon/detail/index.wxss
  4. +2
    -0
      pages/edit/edit.js
  5. +3
    -1
      pages/edit/edit.json
  6. +3
    -2
      pages/edit/edit.wxml
  7. +3
    -3
      pages/main/index.wxml
  8. +1
    -1
      pages/passCar/couponList/couponList.js
  9. +0
    -1
      pages/radetail/index.wxss
  10. +0
    -28
      pages/user/scoreHistory/index.js
  11. +0
    -3
      pages/user/scoreHistory/index.json
  12. +0
    -4
      pages/user/scoreHistory/index.wxml
  13. +0
    -14
      pages/user/scoreHistory/index.wxss

+ 0
- 1
app.json View File

@@ -60,7 +60,6 @@
"pages/discountCardList/discountCardList",
"pages/cardListDetail/cardListDetail",
"pages/freeBannerDetail/index",
"pages/user/scoreHistory/index",
"pages/paySuccess/paySuccess",
"pages/ConsumeDetail/ConsumeDetail",
"pages/externallinks/index",


+ 1
- 1
pages/addPark/addPark.wxss View File

@@ -159,7 +159,7 @@ page{

.addpark-back {
font-size: 30rpx;
color: #5aadfb;
color: #FD832D;
float: right;
margin: 25rpx 25rpx;
}


+ 1
- 1
pages/coupon/detail/index.wxss View File

@@ -455,10 +455,10 @@ button::after {

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


+ 2
- 0
pages/edit/edit.js View File

@@ -1,3 +1,4 @@
const navigationBarHeight = (getApp().statusBarHeight + 60) + 'px'
const util = require("../../utils/util.js");
const Http = require("../../utils/HttpBasics");
const config = require("../../config/config");
@@ -8,6 +9,7 @@ Page({
* 页面的初始数据
*/
data: {
navigationBarHeight,
chevronUrl: imgurl.chevron.url,
date: '1988-03-12',
flag: 1,


+ 3
- 1
pages/edit/edit.json View File

@@ -1,3 +1,5 @@
{
"navigationBarTitleText": "我的资料"
"usingComponents": {
"navbar": "../../components/navbar/navbar"
}
}

+ 3
- 2
pages/edit/edit.wxml View File

@@ -1,5 +1,6 @@
<form bindsubmit="formSubmit" wx:if="{{showPage}}">
<view class='section'>
<navbar back home text="编辑信息"></navbar>
<form bindsubmit="formSubmit" wx:if="{{showPage}}">
<view class='section' style="padding-top:{{navigationBarHeight}};">
<text>姓名</text>
<input wx:if="{{username}}" name="username" type="text" placeholder='{{username}}' />
<input wx:if="{{!username}}" name="username" type="text" placeholder='请填写名字' />


+ 3
- 3
pages/main/index.wxml View File

@@ -72,7 +72,7 @@
<!-- 专题 -->
<view class='product' wx:if="{{showTopic}}" bindtap='gotoTopic'>
<!-- <view class='ztTitle'>点击进入{{Ttitle}}</view> -->
<view class='gift' >
<!-- <view class='gift' >
<image src='{{giftHr}}' mode='aspectFill' ></image>
</view>
<view class='textBox'>
@@ -81,8 +81,8 @@
</view>
<view class='next'>
<image src='{{next}}' mode='aspectFill' ></image>
</view>
<!-- <image src='{{cover}}' bindtap='gotoTopic' mode='aspectFill'></image> -->
</view> -->
<image src='{{cover}}' style="width:100%;" mode='widthFix'></image>
</view>
<!-- 爆款专区 -->
<c-hot id="hot"/>


+ 1
- 1
pages/passCar/couponList/couponList.js View File

@@ -36,7 +36,7 @@ Page({
allow_load: true
},
onLoad() {
this.getList(0, 0);
this.getList(0, 1);
},

//点击跳转到券详情页面


+ 0
- 1
pages/radetail/index.wxss View File

@@ -1134,7 +1134,6 @@ scroll-view {
line-height: 40rpx;
margin-bottom: 20rpx;
color: #666;
padding-left: 2%;
}




+ 0
- 28
pages/user/scoreHistory/index.js View File

@@ -1,28 +0,0 @@
var config = require("../../../config/config.js");
var app = getApp();
const Http = require("../../../utils/HttpBasics");
Page({
/**
* 页面的初始数据
*/
data: {
},
onShow(options){
this.record();
},
record:function(){
Http.get({
url: config.api.scoreHistory,
data: {
token:"d012a284-5e83-4062-be18-9bb01eaf868d",
pageNum:1,
pageSize:100
}
})
.then(res => {
console.log(res)
})
.catch(err => {
})
}
});

+ 0
- 3
pages/user/scoreHistory/index.json View File

@@ -1,3 +0,0 @@
{
"navigationBarTitleText": "成长值"
}

+ 0
- 4
pages/user/scoreHistory/index.wxml View File

@@ -1,4 +0,0 @@
<view class='content'>
<view></view>
<view></view>
</view>

+ 0
- 14
pages/user/scoreHistory/index.wxss View File

@@ -1,14 +0,0 @@
.content .title{
display: block;
text-align: center;
font-size: 30rpx;
color: #333;
height: 80rpx;
line-height: 80rpx;
}
.list{
width: 690rpx;
margin: 0 auto;
color:#666;
font-size: 28rpx;
}

Loading…
Cancel
Save