zhongtuanCatering/pages/goods/lawNotice.vue
wangzimeng 53d6123af9 1、隐藏商品的评论和保障
2、更换导航栏的发布为买酱料,首页为找档口
3、分享打印判断
4、增加法律声明页面的配置
2025-08-13 14:55:45 +08:00

25 lines
433 B
Vue

<template>
<s-layout title="法律声明">
<view style="padding: 30rpx;">
<rich-text style="text-align: justify;" :nodes="Negotiate"></rich-text>
</view>
</s-layout>
</template>
<script setup>
import { ref,reactive } from 'vue'
import {
onLoad,
onShow,
onPageScroll,
onPullDownRefresh,
onReachBottom
} from '@dcloudio/uni-app';
import sheep from '@/sheep';
</script>
<style lang="scss" scoped>
</style>