|
@@ -1,7 +1,7 @@
|
|
|
<swiper indicator-dots="{{false}}" vertical="true" class="firstConainer">
|
|
|
<swiper-item>
|
|
|
<view class="pageContainer firstPageContainer">
|
|
|
- <navigation-bar title="音乐数字AI工具" back="{{false}}"></navigation-bar>
|
|
|
+ <navigation-bar title="器乐数字AI工具" back="{{false}}"></navigation-bar>
|
|
|
<swiper indicator-dots="{{false}}" class="fistSwiperSection" previous-margin="78rpx" next-margin="78rpx" bindchange="onFirstChange">
|
|
|
<swiper-item wx:for="{{firstImgList}}" wx:key="index">
|
|
|
<view class="swiper-item {{ firstCurrent == index ? 'current' : '' }}">
|