推广
This commit is contained in:
@@ -57,5 +57,8 @@
|
||||
"version": "1.4.1",
|
||||
"provider": "wx104a1a20c3f81ec2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"navigateToMiniProgramAppIdList": [
|
||||
"wx98e64c11aac45966"
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
const env = "p";
|
||||
const env = "d";
|
||||
|
||||
const version = 1,
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ export default class Router {
|
||||
* @param name
|
||||
* @returns {*}
|
||||
*/
|
||||
//xxk://switchTab/pages/card/index
|
||||
//lcb://switchTab/pages/card/index
|
||||
switchTab(name) {
|
||||
return this.push(name, null, {
|
||||
fn: symbol.switchTab
|
||||
@@ -212,7 +212,7 @@ export default class Router {
|
||||
* @param url
|
||||
*/
|
||||
//调整小程序数据格式,appId要先加到app.json中
|
||||
//'xxk://navigateToMiniPrograms??appId=wx636830278bc7b5f4@path=/pages/consultant?id=1@envVersion=release@extraData={"fromwhere":"aolai"}'
|
||||
//'lcb://navigateToMiniPrograms??appId=wx636830278bc7b5f4@path=/pages/consultant?id=1@envVersion=release@extraData={"fromwhere":"aolai"}'
|
||||
navigateToMiniProgramRedirect(OBJ) {
|
||||
let search = OBJ.split('??')[1]
|
||||
let appId = this._getQueryString('appId',search)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"navigationBarTitleText": "推广与提现",
|
||||
"navigationBarTitleText": "推广",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#fb3939",
|
||||
|
||||
+11
-15
@@ -1,30 +1,26 @@
|
||||
<view class="container img-top-cover" style="background-image:url({{imgUrl}}distribute/zc-bg.jpg);">
|
||||
<view class="relative pl30 pr30 color-fff">
|
||||
<view class="pt20 pb50">
|
||||
<view class="font-60 text-bold">1,987.00</view>
|
||||
<view class="font-32">我的收入<i class="iconfont icon-gengduo"></i></view>
|
||||
</view>
|
||||
<view class="absolute right-0 box-middle pr40">
|
||||
<view class="inline-block text-middle img-45x45 ulib-r750 overflowhidden">
|
||||
<open-data type="userAvatarUrl"></open-data>
|
||||
</view>
|
||||
<view class="inline-block ml10 text-middle font-28 color-fff">
|
||||
<open-data type="userNickName"></open-data>
|
||||
</view>
|
||||
<view class="pt30 pb60 text-center color-fff">
|
||||
<view class="font-44">分享素材,获得属于你的专属客户</view>
|
||||
<view class="mt10 font-28">所有报名用户都会直接进入你的客户</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="bg-fff ml30 mr30 pt60 pb50 pl60 pr60 box-shadow-000-10-10 ulib-r10 fn-flex fn-flex-between text-center font-28">
|
||||
<view bindtap="pushLink" data-url="">
|
||||
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-kehu.png"></image>
|
||||
<text class="ml15 text-middle">线索客户</text>
|
||||
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-sucai.png"></image>
|
||||
<text class="ml15 text-middle">推广素材</text>
|
||||
</view>
|
||||
<view bindtap="pushLink" data-url="">
|
||||
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-yongjin.png"></image>
|
||||
<text class="ml15 text-middle">佣金明细</text>
|
||||
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-shuju.png"></image>
|
||||
<text class="ml15 text-middle">推广数据</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="mt30 inner40" bindtap="pushLink" data-url="lcb://navigateToMiniPrograms??appId=wx98e64c11aac45966@path=/pages/storeInfo/index">
|
||||
<button class="btn-f9394d font-32 color-fff ulib-r750 text-center ml35 mr35 pt10 pb10">分享店铺</button>
|
||||
</view>
|
||||
|
||||
<view class="fixed pb100 left-0 right-0 bottom-0 text-center">
|
||||
<view class="inline-block bg-f8 pt10 pb10 pl40 pr40 font-28 color-999 ulib-r750" bindtap="optShowKefu">
|
||||
<i class="iconfont icon-kefu"></i>
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ Page({
|
||||
{
|
||||
icon:'https://qs.haodian.cn/wechat_app/lichebao/mine/icon-sucai.png',
|
||||
title:'我的素材',
|
||||
url:'',
|
||||
url:'/pages/distribute/index',
|
||||
},
|
||||
{
|
||||
icon:'https://qs.haodian.cn/wechat_app/lichebao/mine/icon-sezhi.png',
|
||||
|
||||
Reference in New Issue
Block a user