lwrs.wxml
4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<view style='font-size:28rpx;'>
<view class="head">
<block wx:for="{{con}}">
<view class='li'>
<text bindtap='getcon' data-index="{{index}}" data-current="{{index}}" class="{{currentTab==index ? 'on' : ''}}">{{item.name}}</text>
</view>
</block>
<view class="cl"></view>
</view>
<view style="height:82rpx;"></view>
<view class="body {{currentTab==0 ? 'block' : 'hide'}}">
<view class="content1">
<view class="top">
<image src='/static/images/hero-index.png' mode='widthFix'></image>
<view class="tpbg">
<view class="con">
<view class="con1">自然科研语言</view>
<view class="con1">编辑服务</view>
<view class="con2">我们的语言编辑服务可以帮助改进您的书面英语,是您的研究脱颖而出。</view>
</view>
</view>
</view>
</view>
<view class="content2">
<image src='http://xcx.yiscio.com/app/lwrs.png' mode='widthFix'></image>
</view>
</view>
<view class="body {{currentTab==1 ? 'block' : 'hide'}}">
<view class="content1">
<view class="top">
<image src='/static/images/hero-index.0344986a.png' mode='widthFix'></image>
<view class="tpbg">
<view class="con">
<view class="con1">自然科研科学</view>
<view class="con1">编辑服务</view>
<view class="con2">我的科学编辑服务不只有语言润色,还包括帮您写出更强论文的所有方面。</view>
</view>
</view>
</view>
</view>
<view class="content2">
<view>
<view class='conimg1'>
<image src='http://xcx.yiscio.com/app/previ.png' mode='widthFix'></image>
</view>
<view class='conwangzhi'>
<view class='wangzhi'>http://authorservices.springernature.com/</view>
<view class='wangzhi'>scientific-editing/#!/request-a-quote</view>
<view style='display:none;'>{{url}}</view>
<view class="fuzhi">
<button bindtap='show' class="dianji">复制链接</button>
<view class="jianyi">*建议传输到电脑上</view>
<view class="jianyi">再打开链接</view>
<view style="clear:both;"></view>
</view>
</view>
</view>
<view>
<!-- <image src='/static/images/zr22.png' mode='widthFix'></image> -->
</view>
</view>
</view>
<view style="height:110rpx;"></view>
<view class="{{scrollTop>120 ? 'hide' : 'block'}} bott">
<view class="{{block ? 'block' : 'hide'}} menu">
<view class='tanbg'>
<image class='aa' src='/static/images/tanbg11.png'></image>
<image class='bb' src='/static/images/tanbg22.png'></image>
</view>
<view class="ol">
<navigator url='../jobfair/jobfair' open-type="redirect">招聘会</navigator>
</view>
<view class="ol">
<navigator url='../academiclist/academiclist' open-type="redirect">学术会议</navigator>
</view>
<view class="ol">
<navigator url='../xzpx/xzpx' open-type="redirect">写作培训</navigator>
</view>
</view>
<view class="{{block1 ? 'block' : 'hide'}} menu1">
<view class='tanbg'>
<image class='aa' src='/static/images/tanbg11.png'></image>
<image class='bb' src='/static/images/tanbg22.png'></image>
</view>
<view class="ol">
<navigator url='../zyjy/zyjy' open-type="redirect">职业建议</navigator>
</view>
<view class="ol">
<navigator url='../gzjh/gzjh' open-type="redirect">工作机会</navigator>
</view>
<view class="ol">
<navigator url='' open-type="redirect">论文润色</navigator>
</view>
</view>
<view class="foot">
<view class="li">
<navigator url='../index/index' open-type="redirect">
<image src='/static/images/0001.png' class="top"></image>
<text>首页</text>
</navigator>
</view>
<view class="li">
<view bindtap='getmenu' class='huodong'>
<image src='/static/images/0002.png' class="top"></image>
<text>活动</text>
</view>
</view>
<view class="li">
<view bindtap='getmenu1' class='huodong'>
<image src='/static/images/0003.png' class="top"></image>
<text>资讯</text>
</view>
</view>
<view class="li">
<navigator url='../contact/contact' open-type="redirect">
<image src='/static/images/0004.png' class="top"></image>
<text>联系</text>
</navigator>
</view>
<view class="li">
<navigator url='../member/member' open-type="redirect">
<image src='/static/images/005.png' class="top"></image>
<text>我的</text>
</navigator>
</view>
<view class="cl"></view>
</view>
</view>
<view class="{{meng ? 'hide' : 'block'}} meng" bindtap='meng'></view>
</view>