作者 乔蒙蒙

更改图片地址

// pages/about/about.js
const app = getApp();
Page({
/**
* 页面的初始数据
*/
... ...
<!--pages/about/about.wxml-->
<view class='about_wrap'>
<view class='about_top'>
<image src='../images/about.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/about.png'></image>
</view>
<view class='about_content'>
<image src='../images/about_content.png' mode="widthFix"></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/about_content.png' mode="widthFix"></image>
</view>
<view class='about_contact_way'>
<view class='about_title'>
<image src='../images/phone.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/phone.png'></image>
<view>联系我们</view>
</view>
<view class='about_contact_box'>
... ... @@ -32,13 +32,13 @@
</view>
<view class='sub_apply_box'>
<view class='sub_apply_title'>
<image src='../images/apply.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/apply.png'></image>
</view>
<view class='sub_apply_list'>
<view class='sub_apply_must'>*</view>
<view class='sub_apply_input'>
<view class='sub_input_left'>
<image src='../images/user.png' mode="widthFix"></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/user.png' mode="widthFix"></image>
</view>
<input type='text' maxlength='10' placeholder="请输入您的姓名" />
<text>姓名请输入不超过10个字</text>
... ... @@ -48,7 +48,7 @@
<view class='sub_apply_must'>*</view>
<view class='sub_apply_input'>
<view class='sub_input_left'>
<image src='../images/input_phone.png' mode="widthFix"></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/input_phone.png' mode="widthFix"></image>
</view>
<input type='number' maxlength='11' placeholder="请输入您的联系方式" />
</view>
... ... @@ -57,23 +57,23 @@
<view class='sub_apply_must'>*</view>
<view class='sub_apply_input'>
<view class='sub_input_left'>
<image src='../images/company.png' mode="widthFix"></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/company.png' mode="widthFix"></image>
</view>
<input type='text' placeholder="请输入您的所在行业" />
</view>
</view>
<view class='sub_btn'>
<image src='../images/sub_btn.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/sub_btn.png'></image>
</view>
</view>
<!-- 客服 -->
<view class='chat_peo'>
<button open-type="contact" class='contacButton'>
<image src='../images/chat_peo.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</button>
</view>
<!-- 返回顶部 -->
<view class='chat_peo return_top' wx:if="{{scrollTop>minscreenHeight}}" bindtap="goTop">
<image src='../images/dingbu.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/dingbu.png'></image>
</view>
</view>
... ...
... ... @@ -6,9 +6,9 @@ Page({
*/
data: {
imgUrls: [
'../images/app_banner01.png',
'../images/app_banner01.png',
'../images/app_banner01.png',
'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
'http://pjq0ww1cj.bkt.clouddn.com/app_banner01.png',
],
autoplay: true,
interval: 5000,
... ...
... ... @@ -21,12 +21,12 @@
<!-- 跳转下一页 -->
<view class='drop_img' bindtap="jumpFun">
<image src='../images/drop.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
</view>
<!-- 客服 -->
<view class='chat_peo' bindtap="jumpFun">
<image src='../images/chat_peo.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</view>
</view>
... ...
... ... @@ -31,38 +31,38 @@
</view>
<view class='case_content'>
<view class='case_list' data-html="政府案例" bindtap='goFun'>
<image src='../images/zhengfu.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/zhengfu.png'></image>
<view class='case_list_text'>政府</view>
</view>
<view class='case_list' data-html="地产案例" bindtap='goFun'>
<image src='../images/dichan.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/dichan.png'></image>
<view class='case_list_text'>地产</view>
</view>
<view class='case_list' data-html="制造案例" bindtap='goFun'>
<image src='../images/zhizao.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/zhizao.png'></image>
<view class='case_list_text'>制造</view>
</view>
<view class='case_list' data-html="教育案例" bindtap='goFun'>
<image src='../images/jiaoyu.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/jiaoyu.png'></image>
<view class='case_list_text'>教育</view>
</view>
<view class='case_list' data-html="金融案例" bindtap='goFun'>
<image src='../images/jinrong.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/jinrong.png'></image>
<view class='case_list_text'>金融</view>
</view>
<view class='case_list' data-html="零售案例" bindtap='goFun'>
<image src='../images/lingshou.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/lingshou.png'></image>
<view class='case_list_text'>零售</view>
</view>
</view>
<view class='drop_img' bindtap="jumpFun">
<image src='../images/drop.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
</view>
</view>
<!-- 客服 -->
<view class='chat_peo' >
<button open-type="contact" class='contacButton'>
<image src='../images/chat_peo.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</button>
</view>
... ...
... ... @@ -8,9 +8,9 @@ Page({
*/
data: {
imgUrls: [
// '../images/detail01.png',
// '../images/detail01.png',
// '../images/detail01.png',
'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
'http://pjq0ww1cj.bkt.clouddn.com/detail01.png',
],
currentSwiper: 0,
autoplay: true,
... ...
... ... @@ -10,7 +10,7 @@
circular="{{circular}}">
<block wx:for="{{imgUrls}}" wx:key>
<swiper-item>
<image src="{{item.url}}" class="slide-image" width="100%" height="100%" />
<image src="{{item}}" class="slide-image" width="100%" height="100%" />
</swiper-item>
</block>
</swiper>
... ... @@ -47,10 +47,10 @@
<view class='info_list' wx:if="{{listStatus==0}}">
<!-- <import src="/wxParse/wxParse.wxml"/>
<template is="wxParse" data="{{wxParseData:article.nodes}}"/> -->
<image src="../images/jianjie.png" mode='widthFix'></image>
<image src="http://pjq0ww1cj.bkt.clouddn.com/jianjie.png" mode='widthFix'></image>
</view>
<view class='info_list' wx:else>
<image src="../images/shishi.png" mode='widthFix'></image>
<image src="http://pjq0ww1cj.bkt.clouddn.com/shishi.png" mode='widthFix'></image>
</view>
</view>
</view>
... ...
... ... @@ -16,6 +16,11 @@ Page({
title: options.html,
})
},
jumpFun(e) {
wx.navigateTo({
url: '../caseDetail/caseDetail'
})
},
/**
* 生命周期函数--监听页面初次渲染完成
... ...
... ... @@ -3,7 +3,7 @@
<view class='case_list_box'>
<view class='case_list'>
<view class='case_top'>
<view class='case_title'>某政府科技金融中心</view>
<view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
<view class='case_lable_box'>
<view class='case_lable_list'>政府</view>
<view class='case_lable_list'>工作效率</view>
... ... @@ -12,23 +12,23 @@
</view>
</view>
<view class='case_list_content'>
<image src='../images/case_list.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
</view>
</view>
<view class='case_list'>
<view class='case_top'>
<view class='case_title'>某政府科技金融中心</view>
<view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
<view class='case_lable_box'>
<view class='case_lable_list'>政府</view>
<view class='case_lable_list'>工作效率</view>
... ... @@ -37,23 +37,23 @@
</view>
</view>
<view class='case_list_content'>
<image src='../images/case_list.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
</view>
</view>
<view class='case_list'>
<view class='case_top'>
<view class='case_title'>某政府科技金融中心</view>
<view class='case_title' bindtap='jumpFun'>某政府科技金融中心</view>
<view class='case_lable_box'>
<view class='case_lable_list'>政府</view>
<view class='case_lable_list'>工作效率</view>
... ... @@ -62,73 +62,26 @@
</view>
</view>
<view class='case_list_content'>
<image src='../images/case_list.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/case_list.png'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
</view>
</view>
</view>
<view class='case_list'>
<view class='case_top'>
<view class='case_title'>某政府科技金融中心</view>
<view class='case_lable_box'>
<view class='case_lable_list'>政府</view>
<view class='case_lable_list'>工作效率</view>
<view class='case_lable_list'>业务分析</view>
<view class='case_lable_list'>快速报表</view>
</view>
</view>
<view class='case_list_content'>
<image src='../images/case_list.png'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
</view>
</view>
</view>
<view class='case_list'>
<view class='case_top'>
<view class='case_title'>某政府科技金融中心</view>
<view class='case_lable_box'>
<view class='case_lable_list'>政府</view>
<view class='case_lable_list'>工作效率</view>
<view class='case_lable_list'>业务分析</view>
<view class='case_lable_list'>快速报表</view>
</view>
</view>
<view class='case_list_content'>
<image src='../images/case_list.png'></image>
</view>
<view class='case_bottom_list'>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
<view class='case_bottom_banner'>
<image mode='widthFix' src='../images/case_bottom_list01.png'></image>
<image mode='widthFix' src='http://pjq0ww1cj.bkt.clouddn.com/case_bottom_list01.png'></image>
</view>
</view>
</view>
... ... @@ -136,11 +89,11 @@
<!-- 客服 -->
<view class='chat_peo'>
<button open-type="contact" class='contacButton'>
<image src='../images/chat_peo.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/chat_peo.png'></image>
</button>
</view>
<!-- 返回顶部 -->
<view class='chat_peo return_top' >
<image src='../images/dingbu.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/dingbu.png'></image>
</view>
</view>
... ...
<!--index.wxml-->
<view class="container">
<view class='imgPolytope'>
<image src='../images/shouye.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/shouye.png'></image>
</view>
<view class='index_title'>
<view class='title init' animation="{{slide_up1}}">数据分析及可视化</view>
<view class='content contentInit' animation="{{slide_up2}}">大数据探索商业价值的无限可能</view>
</view>
<view class='drop_img' bindtap="tapName">
<image src='../images/drop.png'></image>
<image src='http://pjq0ww1cj.bkt.clouddn.com/drop.png'></image>
</view>
</view>
... ...
... ... @@ -9,7 +9,7 @@
},
"compileType": "miniprogram",
"libVersion": "1.6.6",
"appid": "wxd88427f7f68c3da4",
"appid": "wx075f82a7ed2fc9c1",
"projectname": "rw",
"condition": {
"search": {
... ...