guhongwei hace 2 años
padre
commit
d5d6f88253
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      components/discount/index.vue

+ 2 - 2
components/discount/index.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-	<view class="main">
+	<view class="discount">
 		<view class="pre_one">优惠劵({{couponList.length}}张)</view>
 		<view class="pre_one">优惠劵({{couponList.length}}张)</view>
 		<view class="pre_two" v-for="(item,index) in couponList" :key="index">
 		<view class="pre_two" v-for="(item,index) in couponList" :key="index">
 			<view class="left">
 			<view class="left">
@@ -65,7 +65,7 @@
 </script>
 </script>
 
 
 <style lang="scss">
 <style lang="scss">
-	.main {
+	.discount {
 		.pre_one {
 		.pre_one {
 			text-align: center;
 			text-align: center;
 			padding: 2vw 0;
 			padding: 2vw 0;