@@ -0,0 +1,16 @@
+import request from '@/utils/request'
+
+/**
+ * 收藏列表
+ * @param {Object} data 参数
+ */
+export function query(data) {
+ return request({
+ 'url': '/contactUs',
+ headers: {
+ isToken: false
+ },
+ 'method': 'get',
+ 'data': data
+ })
+}
@@ -450,6 +450,16 @@
"titleNView": true
}
+ {
+ "path" : "pages/contactUs/contactUs",
+ "style": {
+ "navigationBarTitleText": "联系我们",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "titleNView": true
+ }
],
"globalStyle": {
@@ -0,0 +1,18 @@
+<template>
+ <view class="container">
+ <view class="content">
+ <!-- <u-parse :html="announcement.content" :selectable="true" :show-with-animation="true" style="width: 100%;"></u-parse> -->
+ </view>
+</template>
+<script setup>
+ import { ref } from 'vue'
+ import { onLoad } from '@dcloudio/uni-app'
+</script>
+<style lang="scss" scoped>
+.container {
+</style>
@@ -116,7 +116,7 @@
<view class="iconfont icon-chevron-right"></view>
</view>
- <view class="menu-item-box" @click="onChangJianWenTi()">
+ <view class="menu-item-box" @click="onChangJianWenTi()" v-if="false">
<view class="icon-box">
<view class="iconfont icon-anquan"></view>