企业信息

This commit is contained in:
zdx
2020-12-31 16:10:36 +08:00
parent 3855eb456f
commit f9f71e1c19
75 changed files with 425 additions and 357 deletions

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content {
background-color: #fff;
box-sizing: border-box;

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -14,7 +17,7 @@ Page({
onLoad: function (options) {
console.log(options.cover)
this.setData({
cover:options.cover
cover: options.cover
})
},
@@ -27,5 +30,5 @@ Page({
})
},
})

View File

@@ -1,8 +1,13 @@
page{
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
height: 100%;
}
.content {
padding-top:160rpx;
padding-top: 160rpx;
width: 100%;
height: 100%;
background-color: #fff;
@@ -14,26 +19,26 @@ page{
box-sizing: border-box;
}
.content .active_cover {
.content .active_cover {
width: 150rpx;
height: 150rpx;
border-radius: 50%;
}
.content .txt1 {
.content .txt1 {
font-size: 36rpx;
font-weight: 600;
color: #333;
padding-top: 40rpx;
}
.content .txt2 {
.content .txt2 {
padding-top: 20rpx;
font-size: 24rpx;
color: #999;
}
.content .txt3 {
.content .txt3 {
font-size: 28rpx;
color: #fff;
background-color: #378fff;
@@ -46,7 +51,7 @@ page{
margin-top: 80rpx;
}
.content .txt4 {
.content .txt4 {
font-size: 26rpx;
color: #999;
padding: 20rpx 30rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
crowdfund_item_id: '',
@@ -5,7 +9,7 @@ Page({
info: '',
remark: '',
crowdfund_id: '',
addressDel:'',
addressDel: '',
},
onLoad(e) {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 立即报名 */
.besure_now_act {
margin-top: 20rpx;

View File

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

View File

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

View File

@@ -1,2 +0,0 @@
<!--pages/home/companyInfo/companyInfo.wxml-->
<text>pages/home/companyInfo/companyInfo.wxml</text>

View File

@@ -1 +0,0 @@
/* pages/home/companyInfo/companyInfo.wxss */

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
type: 1,

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
padding-bottom: 30rpx;
}

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,8 +1,13 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 顶部图片logo展示 start */
page{
page {
padding-bottom: 30rpx;
background-color: #f8f8f8;
}
.company_info {
width: 100%;
height: 300rpx;
@@ -37,7 +42,7 @@ page{
bottom: -84rpx;
left: 50%;
margin-left: -80rpx;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
}
.cop_title {
@@ -46,9 +51,12 @@ page{
font-weight: 600;
padding-bottom: 30rpx;
text-align: center;
white-space: nowrap;/*强制一行显示*/
overflow:hidden;/*超出部分隐藏*/
text-overflow: ellipsis;/*最后添加省略号*/
white-space: nowrap;
/*强制一行显示*/
overflow: hidden;
/*超出部分隐藏*/
text-overflow: ellipsis;
/*最后添加省略号*/
}
/* 顶部图片logo展示 start */
@@ -83,7 +91,7 @@ page{
/* 基本信息 end */
/* 拨打电话 进入商城 start */
.cop_call_shop{
.cop_call_shop {
margin-top: 20rpx;
width: 100%;
height: 90rpx;
@@ -94,7 +102,7 @@ page{
box-sizing: border-box;
}
.cop_call{
.cop_call {
color: #fff;
font-size: 26rpx;
background-color: #378fff;
@@ -105,40 +113,46 @@ page{
justify-content: center;
align-items: center;
box-sizing: border-box;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
}
.cop_call image{
.cop_call image {
width: 26rpx;
margin-right: 10rpx;
}
.cop_shop{
.cop_shop {
background-color: #fd5b5b;
}
.cop_focus{
.cop_focus {
background-color: #efbd32;
}
.cop_shop image{
.cop_shop image {
width: 40rpx;
}
/* 拨打电话 进入商城 end */
/* 滚动菜单 */
.scroll_menu{
.scroll_menu {
background-color: #fff;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
}
.scroll-view_H{
.scroll-view_H {
white-space: nowrap;
color: #666;
}
.scroll-view-item{
.scroll-view-item {
height: 90rpx;
line-height: 90rpx;
}
.scroll-view-item_H{
.scroll-view-item_H {
display: inline-block;
width: 25%;
height: 90rpx;
@@ -146,7 +160,8 @@ page{
text-align: center;
border-bottom: solid 4rpx #fff;
}
.scroll_view_select{
.scroll_view_select {
border-bottom: solid 4rpx #378fff;
color: #378fff;
font-weight: 600;

View File

@@ -1,10 +1,10 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
* 页面的初始数据
*/
data: {
dynamic_id: '', //活动id
info: '', //详情信息
loaded: false

View File

@@ -1,3 +1,8 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content {
background-color: #fff;
box-sizing: border-box;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -67,7 +71,7 @@ Page({
goDetail() {
var lists = JSON.stringify(this.data.info.items)
wx.navigateTo({
url: '/pages/home/projectReturn/projectReturn?lists=' + lists+'&crowdfund_id='+this.data.crowdfund_id,
url: '/pages/home/projectReturn/projectReturn?lists=' + lists + '&crowdfund_id=' + this.data.crowdfund_id,
})
},
@@ -86,7 +90,7 @@ Page({
}
})
},
// 关注取消关注项目
islike() {
if (!this.data.info.isSubscribed) {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_content {
background-color: #fff;
box-sizing: border-box;

View File

@@ -1,9 +1,11 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
lists: [], //列表
crowdfund_id:''
crowdfund_id: ''
},
/**
* 页面的初始数据
@@ -11,7 +13,7 @@ Page({
onLoad(e) {
this.setData({
lists: JSON.parse(e.lists),
crowdfund_id:e.crowdfund_id
crowdfund_id: e.crowdfund_id
})
},
/**
@@ -20,7 +22,7 @@ Page({
beSure(e) {
console.log('besure');
wx.navigateTo({
url: '../beSureOrder/beSureOrder?crowdfund_item_id='+e.currentTarget.dataset.id+'&crowdfund_id='+this.data.crowdfund_id,
url: '../beSureOrder/beSureOrder?crowdfund_item_id=' + e.currentTarget.dataset.id + '&crowdfund_id=' + this.data.crowdfund_id,
})
},

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_detail_html {
padding: 20rpx;
background-color: #fff;
@@ -81,7 +84,7 @@
box-sizing: border-box;
}
.project_item{
.project_item {
display: flex;
flex-direction: row;
justify-content: start;
@@ -91,19 +94,19 @@
border-bottom: solid 2rpx #f9f9f9;
}
.item_title{
.item_title {
color: #999;
font-weight: normal;
font-size: 28rpx;
margin-right: 20rpx;
}
.item_content{
.item_content {
flex: 1;
}
/* 没有列表 */
.no_list{
.no_list {
color: #999;
text-align: center;
display: flex;
@@ -114,7 +117,8 @@
padding-top: 100rpx;
font-size: 26rpx;
}
.no_list image{
.no_list image {
width: 200rpx;
margin-bottom: 20rpx;
}

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -31,12 +35,12 @@ Page({
imageUrl: this.data.info.pictures[0]
}
},
/**
* 跳转到订单列表
*/
beSure(){
wx.navigateTo({
url: '/pages/user/companyMine/companyOrder',
})
}
/**
* 跳转到订单列表
*/
beSure() {
wx.navigateTo({
url: '/pages/user/companyMine/companyOrder',
})
}
})

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
height: 100%;
}
@@ -74,18 +78,19 @@ page {
z-index: -1;
}
.share_content .title{
.share_content .title {
margin-top: 100rpx;
text-align: left;
color: #fff;
font-size: 34rpx;
padding: 0 30rpx;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
overflow:hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.share_content .des{
.share_content .des {
color: #fff;
text-align: left;
font-size: 24rpx;
@@ -93,7 +98,7 @@ page {
padding: 0 30rpx;
}
.share_content .bottom{
.share_content .bottom {
position: absolute;
bottom: 0;
left: 0;
@@ -108,7 +113,8 @@ page {
font-size: 28rpx;
padding: 20rpx 0;
}
.share_content .icon_share{
.share_content .icon_share {
width: 30rpx;
margin-right: 10rpx;
}

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const style = {
codeContent: {
backgroundColor: 'white',
@@ -63,7 +67,7 @@ Page({
code: "", //二维码
company: {}, //公司信息
user: {}, //用户信息,
name:'',//用户名
name: '', //用户名
},
/**
@@ -79,7 +83,7 @@ Page({
user: {
job: res.job,
cover: res.cover,
name:options.name
name: options.name
},
company: {
name: res.company,
@@ -115,7 +119,7 @@ Page({
}).then(() => {
this.codeimg.canvasToTempFilePath().then(res => {
console.log(res);
if (res.tempFilePath) {
wx.hideLoading()
this.dowQrCodeImg(res.tempFilePath)

View File

@@ -1,11 +1,15 @@
.codeImg{
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.codeImg {
position: fixed;
left: -100%;
top: -100%;
}
/* 展示图片 */
.code-content{
.code-content {
margin: 30rpx;
padding: 60rpx 30rpx;
background: white;
@@ -14,12 +18,12 @@
text-align: center;
}
.code-nickname{
.code-nickname {
font-size: 50rpx;
padding-bottom: 20rpx;
}
.code-text{
.code-text {
border-top: dashed 1rpx #ddd;
padding-top: 30rpx;
color: gray;
@@ -27,34 +31,34 @@
font-size: 26rpx;
}
.code-img{
.code-img {
padding: 70rpx 0;
}
.code-img-src{
.code-img-src {
width: 300rpx;
height: 300rpx;
background: #eee;
vertical-align: top;
}
.code-logo-src{
.code-logo-src {
background: #eee;
width: 98rpx;
height: 98rpx;
}
.code-company{
.code-company {
padding-top: 20rpx;
}
/* 操作按钮 */
.code-btns{
.code-btns {
padding: 0 15rpx 50rpx 15rpx;
display: flex;
}
.code-btn[size="default"]{
.code-btn[size="default"] {
background: #ddd;
width: 100%;
line-height: 90rpx;
@@ -67,7 +71,6 @@
background: #ff8c37;
}
.code-btn[size="default"]:last-child{
.code-btn[size="default"]:last-child {
background: #378fff;
}
}

View File

@@ -1,4 +1,7 @@
// pages/companyOrder/companyOrder.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
padding-top: 100rpx;
}

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
display: flex;
flex-direction: row;

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
display: flex;
flex-direction: row;

View File

@@ -1,4 +1,7 @@
// pages/companyModule/companyMoreVideo/companyMoreVideo.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -14,7 +17,7 @@ Page({
duration: 500,
active_id: '', //活动id
info: '', //详情信息
loaded:false,
loaded: false,
},
onLoad(e) {
this.setData({
@@ -54,10 +57,10 @@ Page({
*/
beSure() {
wx.login({
success:res=>{
wx.$api.companyModule.activesEnroll(res.code,this.data.active_id).then(res => {
if(Number(this.data.info.price)>0){
var resss=JSON.parse(res);
success: res => {
wx.$api.companyModule.activesEnroll(res.code, this.data.active_id).then(res => {
if (Number(this.data.info.price) > 0) {
var resss = JSON.parse(res);
console.log('可支付')
wx.requestPayment({
timeStamp: resss.timeStamp,
@@ -65,10 +68,10 @@ Page({
package: resss.package,
signType: 'MD5',
paySign: resss.paySign,
success:res=>{
success: res => {
this.close();
wx.navigateTo({
url: '/pages/companyModule/activeSuccess/activeSuccess?cover='+this.data.info.pictures[0],
url: '/pages/companyModule/activeSuccess/activeSuccess?cover=' + this.data.info.pictures[0],
})
},
fail(res) {
@@ -77,12 +80,12 @@ Page({
})
}
})
}else{
} else {
console.log('不用支付')
this.close();
wx.navigateTo({
url: '/pages/companyModule/activeSuccess/activeSuccess?cover='+this.data.info.pictures[0],
url: '/pages/companyModule/activeSuccess/activeSuccess?cover=' + this.data.info.pictures[0],
})
}
})
@@ -98,12 +101,12 @@ Page({
console.log(nodes);
this.setData({
info: res,
content:nodes,
loaded:true,
content: nodes,
loaded: true,
})
})
},
})

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content {
background-color: #fff;
box-sizing: border-box;
@@ -121,7 +125,7 @@
padding-bottom: 150rpx;
}
.active_detail_html img{
.active_detail_html img {
width: 100%;
}
@@ -227,7 +231,7 @@
background-color: #378fff;
font-weight: 600;
width: 70%;
margin-left:15%;
margin-left: 15%;
box-sizing: border-box;
padding: 20rpx 30rpx;
border-radius: 50rpx;
@@ -237,9 +241,9 @@
.active_be_sure .content .txt4 {
font-size: 26rpx;
color: #999;
padding:20rpx 30rpx;
padding: 20rpx 30rpx;
}
img{
img {
max-width: 100%;
}

View File

@@ -1,4 +1,7 @@
// pages/companyOrder/companyOrder.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 滚动菜单 */
.scroll_menu {
background-color: #fff;

View File

@@ -1,6 +1,10 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
name:'***'
name: '***'
},
onLoad(e) {
console.log(e.name);

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
display: flex;
flex-direction: column;

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -77,7 +80,7 @@ Page({
})
wx.showToast({
title: '取消成功',
icon:'none'
icon: 'none'
})
wx.hideLoading({})
});

View File

@@ -78,6 +78,10 @@
margin-bottom: 30rpx;
}
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.runIn {
color: #fff;
border: solid 1rpx #fff;
@@ -103,6 +107,7 @@
flex-wrap: wrap;
box-sizing: border-box;
}
.vip image{
.vip image {
margin-right: 10rpx;
}

View File

@@ -1,8 +1,7 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const app = getApp()
Page({

View File

@@ -1,6 +1,6 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
image {
height: auto;

View File

@@ -1,6 +1,6 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const app = getApp()

View File

@@ -1,6 +1,6 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
image {
height: auto;

View File

@@ -1,6 +1,6 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const app = getApp()

View File

@@ -1,8 +1,7 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
background-color: #f7f7f7;
}

View File

@@ -1,87 +0,0 @@
<form bindsubmit="refundSign">
<view class="refund-content">
<!-- 退货产品 -->
<view class="refund-goods">
<view class="refund-good" wx:for="{{orderData.items}}" wx:key="index">
<image class="refund-good-cover" src="{{item.cover}}"></image>
<view class="refund-good-info">
<view class="refund-good-title nowrap">{{item.title}}</view>
<view class="refund-good-value nowrap">{{item.value}}</view>
<view class="refund-good-price nowrap">单价:<text>{{item.price}}</text> X {{item.qty}}</view>
</view>
</view>
</view>
<!-- 产品信息 -->
<view class="refund-statistical">
<view class="refund-statistical-item">
商品总金额
<label class="refund-statistical-item-label">¥{{orderData.amount || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
运费
<label class="refund-statistical-item-label">¥{{orderData.freight || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
优惠券抵扣
<label class="refund-statistical-item-label">¥{{orderData.coupons_all_price || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
实际支付金额
<label class="refund-statistical-item-label">¥{{orderData.total || '0'}}</label>
</view>
</view>
<!-- 退款原因 -->
<view class="refund-statistical refund-info">
<view class="refund-statistical-item">
退款金额
<label
class="refund-statistical-item-label refund-info-item-label">¥{{orderData.total || '0.00'}}</label>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-statistical-item refundTitle-item">
选择退款原因
<picker bindchange="refundChange" range-key="remark" value="{{refundIndex}}" range="{{refundTitle}}">
<view class="picker">
{{refundTitle[refundIndex].remark}}
</view>
</picker>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-statistical-item">
退款类型
<label class="refund-statistical-item-label">{{refundType[1]}}</label>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-info-item-text">
退款原因
<textarea class="refund-info-item-textarea" placeholder="输入退款原因" name="remark"></textarea>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-info-item-text">
添加图片
<view class="issue-info-img">
<view class="issue-info-img-itme issue-info-img-tag" wx:for="{{imgs}}" wx:key="imgs">
<image class="form-img" mode="aspectFill" src="{{item}}"></image>
<text class="issue-info-img-remove" data-index="{{index}}" bindtap="removeImg">×</text>
</view>
<view class="issue-info-img-itme" wx:if="{{imgs.length < 9}}">
<view class="issue-info-img-add" bindtap="formUploadFile">
<image src="/static/images/images_add.png" mode="widthFix"></image>
<view>添加图片</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="refund-footer">
<button class="refund-footer-btn" size="mini" form-type="submit">提交</button>
</view>
</form>

View File

@@ -1,8 +1,7 @@
/*
* 手太欠
* 企获客商城
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const app = getApp()
Page({

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.refund-content {
padding-bottom: 190rpx;
}
@@ -220,4 +224,4 @@
color: #666;
font-size: 26rpx;
padding: 0 30rpx 15rpx 30rpx;
}
}

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/refundInfo/refundInfo.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,4 +1,7 @@
/* pages/user/companyMine/refundInfo/refundInfo.wxss */
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
padding: 120rpx 30rpx;
background-color: #fff;

View File

@@ -1,4 +1,7 @@
// pages/user/user.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**

View File

@@ -1,6 +1,6 @@
/*
* 手太欠
* 企获客商城模块
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
content: '',

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
width: 100%;
display: flex;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
/**
@@ -8,7 +12,7 @@ Page({
phone: "", //用户信息
nickname: "", //用户昵称
cover: "", //用户头像
sex:'',
sex: '',
},
besure() {
@@ -29,7 +33,7 @@ Page({
phone: res.username,
nickname: res.nickname,
cover: res.avatar,
sex:res.sex
sex: res.sex
})
})
},
@@ -66,7 +70,7 @@ Page({
wx.clearStorage({
success: () => {
wx.navigateTo({
url: '/pages/welcome/index',
url: '/pages/welcome/index',
})
}
})

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.info_blcok {
margin-top: 30rpx;
}

View File

@@ -1,7 +1,6 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({

View File

@@ -1,9 +1,7 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.inputTxt {
background-color: #fff;
padding: 0 30rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
nodes: {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
padding: 30rpx;
box-sizing: border-box;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {},
showtoast() {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.item {
display: flex;
flex-direction: row;