diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f780720 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/uniapp-shbcqz.iml b/.idea/uniapp-shbcqz.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/uniapp-shbcqz.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bundle/pages/forget_pwd/forget_pwd.vue b/bundle/pages/forget_pwd/forget_pwd.vue new file mode 100644 index 0000000..6169a79 --- /dev/null +++ b/bundle/pages/forget_pwd/forget_pwd.vue @@ -0,0 +1,184 @@ + + + + + 手机号 + + + + 短信验证码 + + + + + + {{codeTips}} + + + + 重置密码 + + + + 确认密码 + + + + + 确认 + + + + + + + diff --git a/bundle/pages/get_coupon/get_coupon.vue b/bundle/pages/get_coupon/get_coupon.vue new file mode 100644 index 0000000..f6a88de --- /dev/null +++ b/bundle/pages/get_coupon/get_coupon.vue @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + diff --git a/bundle/pages/register/register.vue b/bundle/pages/register/register.vue new file mode 100644 index 0000000..0875d99 --- /dev/null +++ b/bundle/pages/register/register.vue @@ -0,0 +1,169 @@ + + + + + 手机号 + + + + 短信验证码 + + + + + + {{codeTips}} + + + + 设置密码 + + + + 确认密码 + + + + + 立即注册 + + + + + 已阅读并同意 + + 《服务协议》 + + 和 + + 《隐私协议》 + + + + + + + + + + + diff --git a/bundle/pages/resource_details/resource_details.vue b/bundle/pages/resource_details/resource_details.vue new file mode 100644 index 0000000..3f839ef --- /dev/null +++ b/bundle/pages/resource_details/resource_details.vue @@ -0,0 +1,777 @@ + + + + + + + + + + + + + + + + + + + + + + {{resourceDetail.price_str}} + + + + + + + {{ resourceDetail.title }} + + + 区域: {{ resourceDetail.address }} + 下载量: {{ resourceDetail.download }} + 浏览量: {{ resourceDetail.visit }} + + + + + + + + + + 资料简介 + + + + + + + + {{ btnText.red }} + + + + + + + + 该资料已经去星球外啦,去看看别的吧~ + + + + + + + + + + + +team_min_price + + + diff --git a/bundle/pages/shop_cart/shop_cart.vue b/bundle/pages/shop_cart/shop_cart.vue new file mode 100644 index 0000000..d3b564a --- /dev/null +++ b/bundle/pages/shop_cart/shop_cart.vue @@ -0,0 +1,416 @@ + + + + + + + + + + 该店铺未开启支付功能 + + + + + + + + + + + 已失效 + + + + {{item.goods_name}} + + {{item.spec_value_str}} + + + + + + + + + + + + + + + + + + + + + 购物车暂无任何商品~ + + 去逛逛 + + + + + 登录后才能查看购物车哦 + + + + 去登录 + + + + + + + + + 全选 + + 删除 + + 合计: + ¥{{totalPrice || 0}} + + 去结算 + + + + + 确认删除选中商品吗? + + + + + + + + diff --git a/bundle/pages/user/complain.vue b/bundle/pages/user/complain.vue new file mode 100644 index 0000000..2389205 --- /dev/null +++ b/bundle/pages/user/complain.vue @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + 支持jpg、png、jpeg格式的图片,最多可上传10张 + + + 备注说明 + + + + + + + + 投诉 + + + + + + + 查看提交记录 + + + + + + + + + + + diff --git a/bundle/pages/user/complain_recode.vue b/bundle/pages/user/complain_recode.vue new file mode 100644 index 0000000..ca77649 --- /dev/null +++ b/bundle/pages/user/complain_recode.vue @@ -0,0 +1,97 @@ + + + + + + + + {{item.content}} + + + + 提交时间:{{item.create_time}} + + + + + 处理状态: + {{item.is_complate==1?'已处理':'未处理'}} + + 查看 + + + + + + + + + + + + diff --git a/bundle/pages/user/complain_result.vue b/bundle/pages/user/complain_result.vue new file mode 100644 index 0000000..8b25fb9 --- /dev/null +++ b/bundle/pages/user/complain_result.vue @@ -0,0 +1,165 @@ + + + + + + + {{getStatus.text}} + + {{getStatus.desc}} + + + 返回首页 + + + + + + + + + + + 投诉类型 + {{applyDetail.category}} + + + + + + 投诉截图 + + + + + + + + + + 投诉内容 + {{applyDetail.content}} + + + + + + 处理结果 + {{applyDetail.remark?applyDetail.remark:'--'}} + + + + + + + + + + + diff --git a/bundle/pages/user/vip.vue b/bundle/pages/user/vip.vue new file mode 100644 index 0000000..12294d8 --- /dev/null +++ b/bundle/pages/user/vip.vue @@ -0,0 +1,927 @@ + + + + + + + {{userInfo.nickname || ''}} + 永久SVIP会员 + SVIP会员 {{userInfo.overdue_time }}到期 + + + + + 开通即享会员权益 + + {{userInfo.vip_status==3 ? '续费会员' : '开通会员'}} + + + + + + SVIP会员尊享权 + + + + + + + {{item.title}} + {{item.explain}} + + + + + + + {{userInfo.vip_status==3 ? '续费会员' : '开通会员'}} + 有效期至{{memberEndTime}} + + + + {{item.title}} + ¥{{item.pre_price | moneyFormat}} + 试用{{item.vip_day}}天 + ¥{{item.price | moneyFormat}} + + + + {{ type=== 'free'? '立即试用' : '立即支付'}} + + + + + + + + + + + + diff --git a/components/components/explore.vue b/components/components/explore.vue new file mode 100644 index 0000000..29e5789 --- /dev/null +++ b/components/components/explore.vue @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/components/follow.vue b/components/components/follow.vue new file mode 100644 index 0000000..b9b7dce --- /dev/null +++ b/components/components/follow.vue @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + {{ item.user.nickname }} + + + {{ item.create_time }} + + + + + + + + + + + 查看TA提到的服务({{item.goods_data.length}}) + + + + + + + + + + + + 查看TA提到的商家({{item.shop_data.length}}) + + + + + + + + + + + + + {{ item.beforeContent }}... + 展开 + + + {{ item.content }} + + + + # {{ item.topic.name }} + + + + + + + + + + + + + + + + {{ item.like }} + + + + {{ item.comment }} + + + + + + + + + + + + + + + + + + + + + + + + 立即分享给好友吧 + 点击屏幕右上角将本页面分享给好友 + + + + + + + + + + diff --git a/components/components/like-header.vue b/components/components/like-header.vue new file mode 100644 index 0000000..0532eb6 --- /dev/null +++ b/components/components/like-header.vue @@ -0,0 +1,110 @@ + + + + + + + + 关注 + + + + 服务 + + + + 需求 + + + + 机构 + + + + 专家 + + + + + + + + + + + + + + + + + diff --git a/components/components/lists.vue b/components/components/lists.vue new file mode 100644 index 0000000..74d64aa --- /dev/null +++ b/components/components/lists.vue @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/components/organ.vue b/components/components/organ.vue new file mode 100644 index 0000000..4089d30 --- /dev/null +++ b/components/components/organ.vue @@ -0,0 +1,250 @@ + + + + + + + + + + + {{ cityInfo.name || '选择' }} + + + + + + + + + + + + + + + {{ item.name }} + + {{ item.intro }} + + + + + + 区域: {{item.address}} + + + + + {{ item.visit }}人浏览 + + + + + + + + + + + + + + diff --git a/components/components/team.vue b/components/components/team.vue new file mode 100644 index 0000000..98552e7 --- /dev/null +++ b/components/components/team.vue @@ -0,0 +1,246 @@ + + + + + + + + + + + {{ cityInfo.name || '选择' }} + + + + + + + + + + + + + + + {{ item.name }} + + {{ item.intro }} + + + + + + 区域: {{item.address}} + + + + + {{ item.visit }}人浏览 + + + + + + + + + + + + + + diff --git a/components/components/xuqiu.vue b/components/components/xuqiu.vue new file mode 100644 index 0000000..b783ddd --- /dev/null +++ b/components/components/xuqiu.vue @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/community/organ_team_details.vue b/pages/community/organ_team_details.vue new file mode 100644 index 0000000..8137c2c --- /dev/null +++ b/pages/community/organ_team_details.vue @@ -0,0 +1,109 @@ + + + + + {{ articleDetail.name }} + + + 公司名称:{{ articleDetail.company }} + + + {{ articleDetail.visit }}人浏览 + + + + 地区:{{ articleDetail.address }} + + + + 联系方式:{{ articleDetail.contact }} + + + + 简介:{{ articleDetail.intro }} + + + + + + + + + + + \ No newline at end of file