guhongwei 2 years ago
parent
commit
d5d6f88253
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/discount/index.vue

+ 2 - 2
components/discount/index.vue

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