# tbb_client **Repository Path**: gvgcn/tbb_client ## Basic Information - **Project Name**: tbb_client - **Description**: 存放桃宝宝的客户端页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: mutiEntry - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # response > A Vue.js Mult project ## Build Setup ``` bash # update host 更改ip地址 config/index dev.host == your host # install dependencies 下载依赖 npm install # serve with hot reload at localhost:8080 开发启动 npm run dev # build for production with minification 正式打包 npm run build # build for production and view the bundle analyzer report npm run build --report 页面描述: 分享页面: sharepage/chatroom/index.html?chatroomId=**&title=** 聊天室邀请 sharepage/sharefromcode/index.html?uid=**&sharefromcode=** 用户邀请 活动页面: activity/activitydragon/index.html 端午活动 activity/activitytradeunion/index.html?activityId=** 最佳工会活动 activity/activityplay/index.html?activityId=** 最佳陪玩活动 activity/activitybacker/index.html?activityId=** 最佳主持人活动 activity/activitymusic/index.html?activityId=** 音你而来活动 activity/smashegg/index.html?activeId=** 砸蛋活动 activity/fifaguess/index.html 世界杯竞猜活动 activity/activitytanabata/index.html?activityId=** 七夕鹊桥汇活动 activity/activitymidautumn/index.html?activityId=** 中秋活动 activity/activitynational/index.html?activityId=** 国庆活动 activity/activityhalloween/index.html?activityId=** 万圣节活动 内嵌APP页面: main/404/index.html 404页面 main/home/index.html?uid=** 个人主页 main/find/index.html 发现页 main/paysetting/index.html 支付设置页 main/setting/index.html 设置页 main/feedback/index.html 建议反馈页 main/updatepass/index.html 修改密码页 main/bindaccount/index.html 账号绑定页 main/cleancache/index.html 清理缓存页 main/about/index.html 关于我们页 main/payagreement/index.html 充值协议 --里面内容待调接口 main/wallet/index.html 我的钱包 main/withdrawdpt/index.html?moneytype=*&way=* 充值提现转到钻石;moneytype 1=账户,2=钻石,3=魅力值;way:1=提现,2=转钻石,3=充值 main/setpaypass/index.html 设置支付密码 main/changepwd/index.html 修改支付密码 main/myorderdetail/index.html 我的订单详情 main/myorder/index.html 我的订单 main/orderevaluate/index.html 评价对方 main/orderproblem/index.html 投诉对方 main/ordercancel/index.html 取消订单 main/myivcode/index.html 我的邀请码,分享传给客户端的参数带调接口 main/changetime/index.html 查看明细时时间选择 main/looklist/index.html 查看(钻石,余额,魅力值)记录明细 main/checkstatus/index.html 资质审核 (暂时没用,客户端做) main/bindalipay/index.html 绑定或者修改支付宝 main/vip/index.html?uid=** VIP等级信息 main/template/index.html?name=** 单页文件 main/createfamily/index.html?type=* 家族信息設置;type=1新建,type=2编辑 main/familyapply/index.html 家族成员审核 main/familydetail/index.html ?type=* 家族详情 type=1普通成员,type=9 族长,type=0 游客 main/family/index.html 家族 单页说明: name说明:agreement:用户注册协议;goldrule:蟠桃使用规则;newhand:新手说明;guessing_explain:竞猜说明;about_us:关于我们;activity_general_rule:赛事通用规则;great_god_treaty:大神条约;friendly_match:友谊赛;pay_agreement:充值协议;exchange_agreement:兑换协议;tbb_about_us:桃宝宝关于我们;tbb_agreement:桃宝宝-用户注册协议 family_treaty:yoha家族公约条款 h5嵌套防坑: ios坑: 页面mounted 倒挂请求中,如果有多个函数请求,在mounted中写一个,其他请求写在该函数成功之后 // ios中貌似有排列机制,若多个请求同时操作,有些接口会请求不到,参考钱包页面 注意事项 1.h5页面之间跳转,跳转链接上带上 h5=true 2.原生跳h5就不用 3.打包之后,最好起起来看看接口地址对不对 //测试还是正式 4.需要换成yoha的图片,分享下载页底部logo,缺省页 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).