strategy-s.swan 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <import src="../../public/page/strategy.swan" />
  2. <scroll-view scroll-x="{{bgScrollView.scroll}}" scroll-left="{{bgScrollView.left}}" scroll-with-animation="{{bgScrollView.a}}" class="across-scroll-view" style="height:{{adapter.bgHeight}}px;">
  3. <!-- 社保权益 -->
  4. <scroll-view scroll-y class="bg-scroll-view" style="height:{{adapter.bgHeight}}px;">
  5. <template is="strategy-tab-placeholder" />
  6. <view class="introduction">
  7. <text>社会保险简介</text>
  8. <text>社会保险是指国家通过立法强制建立社会保险基金,具有所得重分配功能的非营利性的社会安全制度。</text>
  9. <text>社会保险是一种为丧失劳动能力,暂时失去劳动岗位或因健康原因造成损失的人口提供收入或补偿的一种社会和经济制度。</text>
  10. <image src="../../../../icon/home/trategy_s_i.png"></image>
  11. <text>社会保险的主要项目包括养老保险、医疗保险、失业保险、工伤保险、生育保险,不同地区稍有差异。</text>
  12. </view>
  13. <view class="advantage">
  14. <text>缴社保的三大好处</text>
  15. <text class="advantage-1">好处1 · 异地买房买车必备</text>
  16. <text>外地户口想要在一线大城市买房、买车,社保是第一门槛。以下五城为例:</text>
  17. <view class="choose-view">
  18. <view s-for="{{citys.t}}" id="{{index}}" bindtap="changeCity" class="{{citys.s == index ? 'choose-view-item-s' : 'choose-view-item'}}">{{item}}</view>
  19. </view>
  20. <view animation="{{citys.a}}">
  21. <view></view>
  22. </view>
  23. <!-- 五城为例 -->
  24. <view>
  25. <view>
  26. <image src="../../../../icon/home/trategy_h.png"></image>
  27. <text>{{citys.t[citys.s]}}买房</text>
  28. </view>
  29. <view>
  30. <text s-for="{{citys.c[citys.s].c1}}" style="{{index == 1 ? 'color:#FF801A;font-family: PingFangSC-Semibold;' : ''}}">{{citys.c[citys.s].c1[index]}}</text>
  31. </view>
  32. <view>
  33. <image src="../../../../icon/home/trategy_c.png"></image>
  34. <text>{{citys.t[citys.s]}}买车</text>
  35. </view>
  36. <view>
  37. <text s-for="{{citys.c[citys.s].c2}}" style="{{index == 1 ? 'color:#FF801A;' : ''}}">{{citys.c[citys.s].c2[index]}}</text>
  38. </view>
  39. </view>
  40. <text class="advantage-2">好处2 · 就医报销</text>
  41. <text>若因不幸生病需要门诊治疗或者住院,缴了社保后就可获取医疗理赔报销,帮你节省就医压力哦。</text>
  42. <!-- <text class="advantage-3">好处3 · 生育住院报销</text>
  43. <text>对于准备生小宝宝的家庭,缴了社保后就可以享受生育保险,可享受不错的生育津贴和生育住院报销,帮你节省相关费用哦。</text> -->
  44. <text class="advantage-4">好处3 · 失业津补贴</text>
  45. <text>若你自动或者被动失业的,缴了社保后就可以享受失业保险,可以申请失业补贴。</text>
  46. <!-- <view>
  47. <text>除了以上四大好处外:</text>
  48. <text>外地户口落户,外地户口孩子上学以及参加高考,甚至是办出国签证,都需要提供在当地购买满一定期限的社保证明。</text>
  49. </view> -->
  50. </view>
  51. <view class="rights">
  52. <text>缴社保享有的权益</text>
  53. <view class="choose-view">
  54. <view s-for="{{rights.t}}" id="{{index}}" bindtap="changeRights" class="{{rights.s == index ? 'choose-view-item-s' : 'choose-view-item'}}">{{item}}</view>
  55. </view>
  56. <view animation="{{rights.a}}">
  57. <view></view>
  58. </view>
  59. <template is="{{'rights-choose-' + rights.s}}" />
  60. </view>
  61. <template is="strategy-bottom" />
  62. <view class="button-placeholder{{adapter.suffix}}"></view>
  63. </scroll-view>
  64. <!-- 社保缴纳 -->
  65. <scroll-view scroll-y class="bg-scroll-view" style="height:{{adapter.bgHeight}}px;">
  66. <template is="strategy-tab-placeholder" />
  67. <view class="payment">
  68. <view style="width:100%;height:60rpx;"></view>
  69. <text class="content-title">情景1:有工作单位的</text>
  70. <view class="content-view" style="margin-bottom:50rpx;">
  71. <text class="content-0">在正规单位工作,根据法律规定,单位会给员工购买社保。试用期内,员工也是享有社保购买待遇的。</text>
  72. </view>
  73. <text class="content-title">情景2:离职换新工作</text>
  74. <view class="content-view" style="margin-bottom:54rpx;">
  75. <text class="content-0">离职换工作,先找好下家单位,并跟前单位和下家单位协商好社保购买事宜,不要因为换工作,两家单位没接上而造成停缴。</text>
  76. </view>
  77. <text class="content-title">情景3:没有工作单位的</text>
  78. <view class="content-view">
  79. <text class="content-0">若没有工作单位,或离职时按新工作,还没有找好下家就职单位的</text>
  80. <text class="content-1">,可以使用代缴服务,如“</text>
  81. <text class="content-2">我的社保</text>
  82. <text class="content-1">”代缴服务商,自助缴纳社保公积金</text>
  83. <text class="content-0">的大品牌值得信赖。</text>
  84. </view>
  85. <image src="../../../../icon/home/trategy_payment_0.png"></image>
  86. <view class="content-view">
  87. <text class="content-0">可以</text>
  88. <text class="content-1">直接在</text>
  89. <text class="content-2">“我的社保”小程序</text>
  90. <!-- <text class="content-1">或者关注页面上方的</text>
  91. <text class="content-2">“社保公积金代缴”生活号</text> -->
  92. <text class="content-0">,点击缴社保,然后根据页面提示流程,填写个人信息即可参保,方便省心。</text>
  93. </view>
  94. <view class="content-view">
  95. <text class="content-1">因每个城市的社保购买截止时间不一样,需提前下单购买,错过会容易导致断缴。</text>
  96. </view>
  97. <image src="../../../../icon/home/trategy_payment_1.png"></image>
  98. <text class="content-title">群体1:非本地户籍的刚需人群</text>
  99. <view class="content-view">
  100. <text class="content-0">非本地户籍的有</text>
  101. <text class="content-1">买房、买车摇号、入户或者子女上学</text>
  102. <text class="content-0">的刚需人群,可以使用代缴服务。</text>
  103. </view>
  104. <view>
  105. <view s-for="{{['买房指标', '买车摇号', '入户', '子女上学']}}">
  106. <image src="../../../../icon/home/trategy_payment_i_{{index}}.png" mode="aspectFit"></image>
  107. <text>{{item}}</text>
  108. </view>
  109. </view>
  110. <text class="content-title">群体2:没有工作单位的人群</text>
  111. <view class="content-view" style="margin-bottom:54rpx;">
  112. <text class="content-0">针对</text>
  113. <text class="content-1">离职换新工作期间,或自由工作者、个体工商户</text>
  114. <text class="content-0">等,没有单位可以缴纳社保的人群,可以使用代缴服务,缴纳社保。</text>
  115. </view>
  116. <text class="content-title">群体3:即将退休的人群</text>
  117. <view class="content-view" style="margin-bottom:140rpx;">
  118. <text class="content-0">准备享受养老金待遇,即将要退休的人群,但是社保中的养老保险申报缴纳未满15年的,可以使用代缴服务,缴纳社保。</text>
  119. </view>
  120. </view>
  121. <template is="strategy-bottom" />
  122. <view class="button-placeholder{{adapter.suffix}}"></view>
  123. </scroll-view>
  124. <!-- 社保查询 -->
  125. <scroll-view scroll-y class="bg-scroll-view" style="height:{{adapter.bgHeight}}px;">
  126. <template is="strategy-tab-placeholder" />
  127. <view class="query">
  128. <view style="width:100%;height:60rpx;"></view>
  129. <text class="content-title">方式1:社保局服务前台/自助机查询</text>
  130. <view class="content-view" style="margin-bottom:50rpx;">
  131. <text class="content-0">可以去当地的社保局服务前台查询或自助机查询,无需账号和密码凭证即可查询,也可以设置和修改查询账号和密码。</text>
  132. </view>
  133. <text class="content-title">方式2:社保局官网或热线查询</text>
  134. <view class="content-view">
  135. <text class="content-0">登录当地社保局官方网站,输入社保的帐号和密码即可查看缴纳明细。</text>
  136. </view>
  137. <view class="content-view" style="margin-bottom:50rpx;">
  138. <text class="content-0">可拨打</text>
  139. <text class="content-1">社保局官方热线</text>
  140. <text class="content-2">12333</text>
  141. <text class="content-0">,提供你的身份证号码即可查询。</text>
  142. </view>
  143. <text class="content-title">方式3:“社保公积金代缴”生活号查询
  144. </text>
  145. <view class="content-view">
  146. <text class="content-0">注并查看页面顶部“社保公积金代缴”生活号,点击“查社保”进行查询(更多城市持续开放中)</text>
  147. </view>
  148. <image src="../../../../icon/home/trategy_payment_0.png"></image>
  149. <text class="content-title">方式4:城市服务查询</text>
  150. <view class="content-view">
  151. <text class="content-0">支持部分城市:</text>
  152. </view>
  153. <view class="content-view" style="margin-bottom:140rpx;">
  154. <text class="content-0">☛ 支付宝 → 城市服务 → 社保查询</text>
  155. </view>
  156. </view>
  157. <template is="strategy-bottom" />
  158. <view class="button-placeholder{{adapter.suffix}}"></view>
  159. </scroll-view>
  160. </scroll-view>
  161. <template is="strategy-tab" data="{{tab}}"/>
  162. <view class="purchase-button-bg{{adapter.suffix}}" bindtap="goToPurchase">
  163. <view class="purchase-button">立即缴社保</view>
  164. </view>
  165. <template name="rights-choose-0">
  166. <view class="rights-banner">
  167. <image src="../../../../icon/home/trategy_rights_0.png"></image>
  168. </view>
  169. <view>
  170. <text>养老保障</text>
  171. <text>缴满15年,退休可领养老金</text>
  172. </view>
  173. <text class="content-title">养老保险·享受待遇条件</text>
  174. <view class="content-view" style="margin-bottom:44rpx;">
  175. <text class="content-1">养老保险只要在</text>
  176. <text class="content-2">退休前缴满15年</text>
  177. <text class="content-1">,即可享退休地的养老津贴待遇</text>
  178. <text class="content-0">,缴费年限是累计计算的,断了还可续缴。</text>
  179. </view>
  180. <text class="content-title">养老保险·断缴的影响</text>
  181. <view class="content-view">
  182. <text class="content-0">如果到了退休年龄,你还</text>
  183. <text class="content-1">没有交满15年,可以选择一次性缴清</text>
  184. <text class="content-0">,但是会对养老待遇会有所影响。</text>
  185. </view>
  186. <view class="content-view">
  187. <text class="content-0">中断后虽然可以续缴,但对领取的养老金待遇相对会减少。因此,很多城市都</text>
  188. <text class="content-1">实行“多缴多得”的原则</text>
  189. <text class="content-0">,在社保中断期间不计算工龄,所以中断时间越长,退休时领取的养老金也就越少。</text>
  190. </view>
  191. </template>
  192. <template name="rights-choose-1">
  193. <view class="rights-banner">
  194. <image src="../../../../icon/home/trategy_rights_1.png"></image>
  195. </view>
  196. <view>
  197. <text>医疗保障</text>
  198. <text>发生费用后可获一定比例报销</text>
  199. </view>
  200. <text class="content-title">医疗保险·享受待遇条件</text>
  201. <view class="content-view" style="margin-bottom:44rpx;">
  202. <text class="content-1">医疗保险只要在</text>
  203. <text class="content-2">退休前女性缴满20年,男性缴满25年</text>
  204. <text class="content-1">,就可终身享受</text>
  205. <text class="content-0">。缴费年限是累计计算的,断了还可以续缴。</text>
  206. </view>
  207. <text class="content-title">医疗保险·断缴的影响</text>
  208. <view class="content-view">
  209. <text class="content-0">一旦断缴,</text>
  210. <text class="content-1">从停缴的第二个月开始,会停止享受医保待遇</text>
  211. <text class="content-0">,但重新缴费还是可以报销。</text>
  212. </view>
  213. <view class="content-view">
  214. <text class="content-0">医保卡会有2-3个月的恢复期,在恢复期内只能走人工程序,不能用医保卡自动报销。有些地方还规定:</text>
  215. <text class="content-1">如果断缴超过2个月,会有6个月的等待期</text>
  216. <text class="content-0">,这期间是不能报销的。</text>
  217. </view>
  218. <view class="content-view">
  219. <text class="content-0">重要的是,比如你在</text>
  220. <text class="content-1">上海社保停缴3个月以上,医保连续缴费时间将会清零</text>
  221. <text class="content-0">。要知道,医保报销额度和连续缴费时间挂钩,连续缴费时间越长,报销额度会越高。简而言之,缴费时间清零,你享受的医疗报销额度也从最低开始。</text>
  222. </view>
  223. </template>
  224. <template name="rights-choose-2">
  225. <view class="rights-banner">
  226. <image src="../../../../icon/home/trategy_rights_2.png"></image>
  227. </view>
  228. <view>
  229. <text>失业保障</text>
  230. <text>连续缴满 1 年可享受失业金</text>
  231. </view>
  232. <text class="content-title">失业保险·享受待遇条件</text>
  233. <view class="content-view">
  234. <text class="content-0">失业保险一般是</text>
  235. <text class="content-2">缴满 1 年</text>
  236. <text class="content-1">可享受失业金</text>
  237. <text class="content-0">。领取失业金,是按照失业前累计缴费失业保险的年限核定的。</text>
  238. </view>
  239. <view class="content-view" style="margin-bottom:44rpx;">
  240. <text class="content-0">一般来讲,失业保险累计缴费时间</text>
  241. <text class="content-1">满1年不满5年的</text>
  242. <text class="content-0">,最长可领取</text>
  243. <text class="content-1">12个月</text>
  244. <text class="content-0">的失业保险金;累计缴费时间</text>
  245. <text class="content-1">满5年不满10年的</text>
  246. <text class="content-0">,领取失业保险金的期限为</text>
  247. <text class="content-1">18个月</text>
  248. <text class="content-0">;累计缴费时间</text>
  249. <text class="content-1">满10年以上的</text>
  250. <text class="content-0">,领取的期限为</text>
  251. <text class="content-1">24个月</text>
  252. <text class="content-0">的失业保险金。</text>
  253. </view>
  254. <text class="content-title">失业保险·断缴的影响</text>
  255. <view class="content-view">
  256. <text class="content-0">失业保险中断了也不用担心,只需入职新单位,再续交就可以了。</text>
  257. </view>
  258. </template>
  259. <template name="rights-choose-3">
  260. <view class="rights-banner">
  261. <image src="../../../../icon/home/trategy_rights_3.png"></image>
  262. </view>
  263. <view>
  264. <text>工伤保障</text>
  265. <text>社保只覆盖工伤意外保障</text>
  266. </view>
  267. <text class="content-title">工伤保险·享受待遇条件</text>
  268. <view class="content-view">
  269. <text class="content-0">工伤保险一般指是职工在工作时间、工作地点因工作原因所致伤害甚至死伤时,职工或其遗属可获得一定的补偿。补偿包括医疗、康复所需费用、保障基本生活的费用。</text>
  270. </view>
  271. <view class="content-view" style="margin-bottom:44rpx;">
  272. <text class="content-0">工伤职工应依照劳动能力鉴定部门出具的伤残鉴定,享受不同等级的工伤待遇。</text>
  273. </view>
  274. <text class="content-title">工伤保险·断缴的影响</text>
  275. <view class="content-view">
  276. <text class="content-0">工伤保险的个人部分不用缴费,且即交即享用,只要社保不断缴,就不用担心中断。</text>
  277. </view>
  278. </template>
  279. <template name="rights-choose-4">
  280. <view class="rights-banner">
  281. <image src="../../../../icon/home/trategy_rights_4.png"></image>
  282. </view>
  283. <view>
  284. <text>生育保障</text>
  285. <text>每个城市不同断缴会影响报销</text>
  286. </view>
  287. <text class="content-title">生育保险·享受待遇条件</text>
  288. <view class="content-view" style="margin-bottom:44rpx;">
  289. <text class="content-0">生育保险的报销条件每个地方的规定不太相同,例如</text>
  290. <text class="content-2">北京</text>
  291. <text class="content-0">要求连续缴纳社保</text>
  292. <text class="content-2">满9个月</text>
  293. <text class="content-0">,</text>
  294. <text class="content-2">上海</text>
  295. <text class="content-0">要求生产</text>
  296. <text class="content-2">当月在缴纳社保</text>
  297. <text class="content-0">,</text>
  298. <text class="content-2">广州</text>
  299. <text class="content-0">规定累计缴纳社保</text>
  300. <text class="content-2">满1年</text>
  301. <text class="content-0">。</text>
  302. </view>
  303. <text class="content-title">生育保险·断缴的影响</text>
  304. <view class="content-view">
  305. <text class="content-0">北京市要求连续缴纳社保才能享受生育津贴的,一旦断缴后再续保,需要重新计算参保时间。</text>
  306. </view>
  307. </template>