Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
d8ebc481d3
9 changed files with 4 additions and 99 deletions
  1. 1
      app.json
  2. 3
      pages/article/list/index.wxml
  3. 4
      pages/bidding/bidding.wxs
  4. 1
      pages/html/integral/index.js
  5. 66
      pages/withdrawal/detail/index.js
  6. 2
      pages/withdrawal/detail/index.wxml
  7. 1
      pages/ztbvip/index.js
  8. 2
      pages/ztbvip/index.wxml
  9. 23
      pages/ztbvip/index.wxss

1
app.json

@ -62,7 +62,6 @@
"pages/bank/edit/index",
"pages/withdrawal/balance/index",
"pages/withdrawal/vcheckout/index",
"pages/withdrawal/detail/index",
"pages/withdrawal/payment/index",
"pages/purchase/index/index",
"pages/purchase/ability/index",

3
pages/article/list/index.wxml

@ -4,10 +4,9 @@
<view slot="content">我的帖子</view>
</cu-custom>
<view class="nav bg-white fixed" style="top:{{CustomBar}}px;padding-right:24rpx">
<view class="bg-white" style="height:90rpx;">
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
</view>
<view style="height:90rpx;width:100%"></view>
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchMessageList">
<view wx:if="{{!messageList.length}}">

4
pages/bidding/bidding.wxs

@ -1,7 +1,3 @@
function isEmpty(val) {
return typeof val === 'undefined' || val === '' || val === null
}
function orderBidding(status) {
if (status == -1) {
return '已流拍'

1
pages/html/integral/index.js

@ -1,4 +1,3 @@
// pages/ztbvip/index.js
import { getBaseInfo, getTaskList, getPointList, getPointProduct } from "../../../api/ztb"
const util = require('../../../utils/util')
const events = require('../../../utils/event')

66
pages/withdrawal/detail/index.js

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

2
pages/withdrawal/detail/index.wxml

@ -1,2 +0,0 @@
<!--pages/withdrawal/detail/index.wxml-->
<text>pages/withdrawal/detail/index.wxml</text>

1
pages/ztbvip/index.js

@ -1,4 +1,3 @@
// pages/ztbvip/index.js
import { getBaseInfo, getMemberExpenseList, getMemberInfo, buyMemberInfo } from "../../api/ztb"
const util = require('../../utils/util')
const event = require('../../utils/event.js')

2
pages/ztbvip/index.wxml

@ -12,7 +12,7 @@
<view class="flex flex-column flex-center" style="width:100%;margin-left:18rpx;align-items:flex-start">
<view class="flex flex-justify" style="width:100%">
<view class="flex flex-center">
<text class="name" style="white-space: nowrap;max-width: 180rpx">{{userName || ''}}</text>
<text class="text-cut" style="white-space: nowrap;max-width: 180rpx">{{userName || ''}}</text>
<view class="flex flex-center" style="font-size:12px" catchtap="toAuthor">
<image class="img-auth2" src="{{userInfo.isAuth == 1 ? '../../assets/image/icon_author.png' : '../../assets/image/icon_unauthor.png'}}"></image>
<text class="{{userInfo.isAuth == 1 ? 'text-blue' : 'text-gray'}}">{{userInfo.isAuth == 1 ? '已认证' : '未实名认证'}}</text>

23
pages/ztbvip/index.wxss

@ -1,5 +1,4 @@
/* pages/ztbvip/index.wxss */
.header-box {
width: 700rpx;
height: 335rpx;
@ -41,11 +40,7 @@
width: 32rpx;
height: 32rpx;
}
.realName {
max-width: 100px;
white-space: nowrap;
}
.page-btn {
height: 90rpx;
@ -79,11 +74,7 @@
border: 2rpx solid #d0a45c;
background-color: #fefaf1;
}
.openVipBtn{
background-color: #f2d48e;
color:white;
font-weight:300;
}
.cu-tags {
border-top-left-radius: 24rpx;
@ -95,14 +86,4 @@
font-size: 24rpx;
padding: 10rpx 16rpx;
color: var(--white);
}
.name {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
Loading…
Cancel
Save