前端 路由跳转

This commit is contained in:
@QQNZX 2023-12-08 16:24:02 +08:00
parent 50aef3631f
commit 89c2340190

View File

@ -28,6 +28,7 @@
</view> </view>
<view class="box-hui"> <view class="box-hui">
<view style="margin-bottom: 15px;">充值{{text}}元权益</view> <view style="margin-bottom: 15px;">充值{{text}}元权益</view>
<view class="huisize" v-for="(item,index) in shuomingList" :key="index"> <view class="huisize" v-for="(item,index) in shuomingList" :key="index">
{{index+1}}.{{item || "" }} {{index+1}}.{{item || "" }}
</view> </view>
@ -513,4 +514,4 @@
width: 20%; width: 20%;
} }
</style> </style>