浏览代码

1.修改富文本图片效果
2.修复闪动效果

zizhong.wang 5 年之前
父节点
当前提交
deb865ecd8

+ 2 - 2
components/gaoyia-parse/components/wxParseImg.vue

@@ -87,8 +87,8 @@ export default {
 				// results.imageheight = originalHeight;
 			} else {
 				// 否则展示原来的数据
-				results.imageWidth = originalWidth * 0.95;
-				results.imageheight = originalHeight * 0.95;
+				results.imageWidth = originalWidth * 0.96;
+				results.imageheight = originalHeight * 0.96;
 			}
 			return results;
 		}

+ 24 - 24
pages/selfCenter/awardPage/index.vue

@@ -44,30 +44,30 @@ export default {
 			title: 'selfCenter',
 			totalNums:'',
 			teamList: [
-				{
-					name: '晚霞',
-					count: '+12999',
-					time: '2019-02-14 00:00',
-					id: 1
-				},
-				{
-					name: '午霞',
-					count: '+5112',
-					time: '2019-02-15 00:00',
-					id: 2
-				},
-				{
-					name: '午霞A',
-					count: '+8999',
-					time: '2019-02-15 01:00',
-					id:3
-				},
-				{
-					name: '午霞2',
-					count: '+13999',
-					time: '2019-02-16 00:00',
-					id: 4
-				}
+				// {
+				// 	name: '晚霞',
+				// 	count: '+12999',
+				// 	time: '2019-02-14 00:00',
+				// 	id: 1
+				// },
+				// {
+				// 	name: '午霞',
+				// 	count: '+5112',
+				// 	time: '2019-02-15 00:00',
+				// 	id: 2
+				// },
+				// {
+				// 	name: '午霞A',
+				// 	count: '+8999',
+				// 	time: '2019-02-15 01:00',
+				// 	id:3
+				// },
+				// {
+				// 	name: '午霞2',
+				// 	count: '+13999',
+				// 	time: '2019-02-16 00:00',
+				// 	id: 4
+				// }
 			]
 		};
 	},

+ 1 - 1
pages/selfCenter/cashoutPage/applyPage/index.vue

@@ -10,7 +10,7 @@
 		</view>
 		
 		<view class="all-cash-out-box">
-			<text>当前积分为{{userInfoObj.scorenumber || '-'}},可抵现金{{userInfoObj.nowmoney || '-'}},</text>
+			<text>当前积分为{{userInfoObj.scorenumber || '0'}},可抵现金{{userInfoObj.nowmoney || '0'}},</text>
 			<text style="color: #1a9ed3;" @click.stop="getAll">全部提现</text>
 		</view>
 		

+ 26 - 26
pages/selfCenter/cashoutPage/index.vue

@@ -4,7 +4,7 @@
 		<view class="header-box"></view>
 		<view class="header-title">
 			<text style="margin-top: 4%;">已提现(元)</text>
-			<text style="margin-top: 2%;font-size: 36rpx;">{{cashObj.totality || '-'}}</text>
+			<text style="margin-top: 2%;font-size: 36rpx;">{{cashObj.totality || '0'}}</text>
 		    <view class="apply-cash-box" @click.stop="goApplyCash">
 				<text>申请提现</text>
 				<image src="/static/arrow-go2.png" mode=""></image>
@@ -26,7 +26,7 @@
 				</view>
 				<view class="display-column">
 					<view class="count-sum">
-						{{item.money || '-'}}
+						{{item.money || '0'}}
 					</view>
 					<view class="count-sum" style="color: #ccc;">
 						{{item.status === '1' ? '已到账' : '进行中'}}
@@ -48,30 +48,30 @@ export default {
 			title: 'selfCenter',
 			cashObj:{},
 			cashOutList: [
-				{
-					money: '28.35',
-					time: '2019-02-14 00:00',
-					status:'进行中',
-					id: 1
-				},
-				{
-					money: '66.12',
-					time: '2019-02-15 00:00',
-					status:'已到账',
-					id: 2
-				},
-				{
-					money: '32.15',
-					time: '2019-02-15 01:00',
-					status:'进行中',
-					id:3
-				},
-				{
-					money: '12.00',
-					time: '2019-02-16 00:00',
-					status:'已到账',
-					id: 4
-				}
+				// {
+				// 	money: '28.35',
+				// 	time: '2019-02-14 00:00',
+				// 	status:'进行中',
+				// 	id: 1
+				// },
+				// {
+				// 	money: '66.12',
+				// 	time: '2019-02-15 00:00',
+				// 	status:'已到账',
+				// 	id: 2
+				// },
+				// {
+				// 	money: '32.15',
+				// 	time: '2019-02-15 01:00',
+				// 	status:'进行中',
+				// 	id:3
+				// },
+				// {
+				// 	money: '12.00',
+				// 	time: '2019-02-16 00:00',
+				// 	status:'已到账',
+				// 	id: 4
+				// }
 			]
 		};
 	},

+ 20 - 20
pages/selfCenter/helpPage/index.vue

@@ -18,26 +18,26 @@
 		data() {
 			return {
 				helpList:[
-					{
-						id:1,
-						question:'如何分销?'
-					},
-					{
-						id:2,
-						question:'如何通过分销获得奖励?'
-					},
-					{
-						id:3,
-						question:'分销奖励能提现吗?'
-					},
-					{
-						id:4,
-						question:'如何提现?'
-					},
-					{
-						id:5,
-						question:'奖励什么时候到账?'
-					},
+					// {
+					// 	id:1,
+					// 	question:'如何分销?'
+					// },
+					// {
+					// 	id:2,
+					// 	question:'如何通过分销获得奖励?'
+					// },
+					// {
+					// 	id:3,
+					// 	question:'分销奖励能提现吗?'
+					// },
+					// {
+					// 	id:4,
+					// 	question:'如何提现?'
+					// },
+					// {
+					// 	id:5,
+					// 	question:'奖励什么时候到账?'
+					// },
 				]
 			}
 		},

+ 40 - 40
pages/selfCenter/recommendTeam/index.vue

@@ -54,46 +54,46 @@ export default {
 			arrowFlagList: [],
 			selfObj: {},
 			teamList: [
-				{
-					name: '晚霞',
-					role: '我',
-					phone: '188****2600',
-					id: 1
-				},
-				{
-					name: '午霞',
-					role: '一级分销',
-					phone: '158****2666',
-					id: 2,
-					child: [
-						{
-							name: '早霞',
-							role: '二级分销',
-							phone: '168****2688',
-							id: 3
-						},
-						{
-							name: '早霞666',
-							role: '二级分销',
-							phone: '168****2688',
-							id: 656
-						}
-					]
-				},
-				{
-					name: '午霞2',
-					role: '一级分销',
-					phone: '158****2666',
-					id: 4,
-					child: [
-						{
-							name: '早霞2',
-							role: '二级分销',
-							phone: '168****2688',
-							id: 5
-						}
-					]
-				}
+				// {
+				// 	name: '晚霞',
+				// 	role: '我',
+				// 	phone: '188****2600',
+				// 	id: 1
+				// },
+				// {
+				// 	name: '午霞',
+				// 	role: '一级分销',
+				// 	phone: '158****2666',
+				// 	id: 2,
+				// 	child: [
+				// 		{
+				// 			name: '早霞',
+				// 			role: '二级分销',
+				// 			phone: '168****2688',
+				// 			id: 3
+				// 		},
+				// 		{
+				// 			name: '早霞666',
+				// 			role: '二级分销',
+				// 			phone: '168****2688',
+				// 			id: 656
+				// 		}
+				// 	]
+				// },
+				// {
+				// 	name: '午霞2',
+				// 	role: '一级分销',
+				// 	phone: '158****2666',
+				// 	id: 4,
+				// 	child: [
+				// 		{
+				// 			name: '早霞2',
+				// 			role: '二级分销',
+				// 			phone: '168****2688',
+				// 			id: 5
+				// 		}
+				// 	]
+				// }
 			]
 		};
 	},