cmy 10 ay önce
ebeveyn
işleme
893d4ecd28
3 değiştirilmiş dosya ile 4 ekleme ve 39 silme
  1. 1 1
      pages.json
  2. 2 2
      pages/index/index.vue
  3. 1 36
      pages/index/orderDetail.vue

+ 1 - 1
pages.json

@@ -4,7 +4,7 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationBarTitleText": "Home",
+				"navigationBarTitleText": "首页",
 				"navigationStyle": "custom"
 			}
 		},

+ 2 - 2
pages/index/index.vue

@@ -13,13 +13,13 @@
 		<view class="swiper-box">
 			<u-swiper :list="swiperList" indicator indicatorMode="line" height="280rpx" circular></u-swiper>
 		</view>
-		<view class="flex noteBox">
+		<!-- <view class="flex noteBox">
 			<view class="flex_item noteTpl">
 				<image src="/static/image/img04.png" style="width: 42rpx;height: 34rpx;" mode="widthFix"></image>
 				<view class="clamp textTpl">上线活动的公告等等公告内容上线活动的公告等等公告内容等上线活动的公告等等公告内容等</view>
 			</view>
 			<view class="tip"></view>
-		</view>
+		</view> -->
 		<view class="flex navList">
 			<view class="navTpl" @click="openurl('/pages/index/recharge')">
 				<image src="/static/image/img06.png" style="width: 123rpx;height: 73rpx;" mode="widthFix"></image>

+ 1 - 36
pages/index/orderDetail.vue

@@ -8,12 +8,6 @@
 			<view class="infoBox">
 				<view class="tplAddr">收款地址<text>{{dataMoney.address}}</text></view>
 			</view>
-			<view class="flex btnBox">
-				<!-- #ifdef APP -->
-				<view class="btn margin-r-30" @click="domImage">保存相册</view>
-				<!-- #endif -->
-				<view class="btn" @click="copy">复制地址</view>
-			</view>
 		</view>
 		<view class="login_text">
 			<view class="login_input flex">
@@ -44,36 +38,7 @@
 	export default {
 		data() {
 			return {
-				uid: '',
-				list: '',
-				account: '',
-				money: '',
-				address: '',
-				er_code: '',
-				remark: '',
-				img: '/static/image/img19.png',
-				dataMoney: {},
-				uid: '',
-				account: '',
-				money: '',
-				address: '',
-				remark: '',
-				img: '/static/image/img19.png',
-				val: "", // 要生成的二维码值
-				size: 200, // 二维码大小
-				unit: 'upx', // 单位
-				background: '#FFF', // 背景色
-				foreground: '#000', // 前景色
-				pdground: '#000', // 角标色
-				icon: '', // 二维码图标
-				iconsize: 40, // 二维码图标大小
-				lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
-				onval: true, // val值变化时自动重新生成二维码
-				loadMake: true, // 组件加载完成后自动生成二维码
-				src: '', // 二维码生成后的图片地址或base64
-				codeShow: false,
-				cid: '1',
-				codeIcon: '', // 二维码图标
+				
 			};
 		},
 		onLoad() {