Commit 533371c2 authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents caadf962 cdbece46
...@@ -7,10 +7,6 @@ ...@@ -7,10 +7,6 @@
:draggable="true" :draggable="true"
inactiveIcon="a-controlplatform" inactiveIcon="a-controlplatform"
> >
<view class="custom-button" @click="go('/pages/assistingAgriculture/index/index')">
<image class="fab-icon" src="../../static/index/order.png"></image>
<text class="fab-text">助农</text>
</view>
<view class="custom-button" @click="go('/pages/ticket/ticket')"> <view class="custom-button" @click="go('/pages/ticket/ticket')">
<image class="fab-icon" src="../../static/index/coupon.png"></image> <image class="fab-icon" src="../../static/index/coupon.png"></image>
<text class="fab-text">优惠券</text> <text class="fab-text">优惠券</text>
......
...@@ -163,6 +163,7 @@ ...@@ -163,6 +163,7 @@
</view> </view>
</view> </view>
</view> </view>
<fab />
</view> </view>
</template> </template>
...@@ -175,6 +176,7 @@ import Screen from '../../../components/assistingAgriculture/index/Screen.vue'; ...@@ -175,6 +176,7 @@ import Screen from '../../../components/assistingAgriculture/index/Screen.vue';
import { getPopularList, getProdList, getTour } from '@/api/assistingAgriculture/village'; import { getPopularList, getProdList, getTour } from '@/api/assistingAgriculture/village';
import { getPresaleList } from '@/api/assistingAgriculture/building'; import { getPresaleList } from '@/api/assistingAgriculture/building';
import { onMounted } from 'vue'; import { onMounted } from 'vue';
import fab from '../../../components/fab/fab.vue';
onMounted(async () => { onMounted(async () => {
getProd(); getProd();
getPopular(); getPopular();
......
...@@ -125,11 +125,13 @@ ...@@ -125,11 +125,13 @@
/> />
</wd-badge> </wd-badge>
</view> </view>
<fab />
</view> </view>
</template> </template>
<script setup> <script setup>
import Search from '../../../components/assistingAgriculture/index/Search.vue'; import Search from '../../../components/assistingAgriculture/index/Search.vue';
import fab from '../../../components/fab/fab.vue';
import { import {
getGoodSaleProdList, getGoodSaleProdList,
getPlatformProdList, getPlatformProdList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment