企业信息

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,5 +1,7 @@
/*
* vip相关
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
* 企获客企业相关
*/
import {
req

View File

@@ -48,7 +48,6 @@
"pages/user/companyMine/refundInfo/refundInfo",
"pages/user/companyMine/projectDetail/projectDetail",
"pages/home/index",
"pages/home/companyInfo/companyInfo",
"pages/home/noticeDetail/noticeDetail",
"pages/home/activeDetail/activeDetail",
"pages/home/projectDetail/projectDetail",

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

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

View File

@@ -1,4 +1,7 @@
// components/enterprise/enterprise.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

@@ -1,4 +1,7 @@
/* components/enterprise/enterprise.wxss */
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* title */
image{
height: auto;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 企业视频*/
.enterprise_content {
font-size: 29rpx;
@@ -10,6 +14,7 @@
padding: 30rpx 20rpx 20rpx 20rpx;
}
.enterprise_content .content {
position: relative;
text-overflow: -o-ellipsis-lastline;
@@ -36,6 +41,7 @@
align-items: center;
box-sizing: border-box;
}
.content .play image {
width: 102rpx;
height: 102rpx;

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

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

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

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

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({
/**
* 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_content {
background-color: #fff;
margin: 20rpx;
@@ -104,14 +108,17 @@
/* box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); */
font-size: 26rpx;
}
.scroll-view_H {
white-space: nowrap;
color: #666;
}
.scroll-view-item {
height: 90rpx;
line-height: 90rpx;
}
.scroll-view-item_H {
display: inline-block;
/* width: 25%; */
@@ -122,6 +129,7 @@
/* border-top: solid 10rpx #fff;
border-bottom: solid 10rpx #fff; */
}
.scroll_view_select {
/* border-bottom: solid 4rpx #378fff; */
color: #378fff;

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({
/**

View File

@@ -1,6 +1,11 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
height: 100%;
}
.content {
padding-top: 160rpx;
width: 100%;

View File

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

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 {
padding-bottom: 30rpx;
background-color: #f8f8f8;
}
.company_info {
width: 100%;
height: 300rpx;
@@ -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 */
@@ -107,6 +115,7 @@ page{
box-sizing: border-box;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
}
.cop_call image {
width: 26rpx;
margin-right: 10rpx;
@@ -119,9 +128,11 @@ page{
.cop_focus {
background-color: #efbd32;
}
.cop_shop image {
width: 40rpx;
}
/* 拨打电话 进入商城 end */
@@ -130,14 +141,17 @@ page{
background-color: #fff;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
}
.scroll-view_H {
white-space: nowrap;
color: #666;
}
.scroll-view-item {
height: 90rpx;
line-height: 90rpx;
}
.scroll-view-item_H {
display: inline-block;
width: 25%;
@@ -146,6 +160,7 @@ page{
text-align: center;
border-bottom: solid 4rpx #fff;
}
.scroll_view_select {
border-bottom: solid 4rpx #378fff;
color: #378fff;

View File

@@ -1,10 +1,10 @@
Page({
/**
* 页面的初始数据
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
data: {
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({
/**

View File

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

View File

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

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_detail_html {
padding: 20rpx;
background-color: #fff;
@@ -114,6 +117,7 @@
padding-top: 100rpx;
font-size: 26rpx;
}
.no_list image {
width: 200rpx;
margin-bottom: 20rpx;

View File

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

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page {
height: 100%;
}
@@ -85,6 +89,7 @@ page {
-webkit-box-orient: vertical;
overflow: hidden;
}
.share_content .des {
color: #fff;
text-align: left;
@@ -108,6 +113,7 @@ page {
font-size: 28rpx;
padding: 20rpx 0;
}
.share_content .icon_share {
width: 30rpx;
margin-right: 10rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const style = {
codeContent: {
backgroundColor: 'white',

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.codeImg {
position: fixed;
left: -100%;
@@ -70,4 +74,3 @@
.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({
/**

View File

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

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

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 {
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;
}

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({
/**

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;